Pamela Dragosh | 2d4d299 | 2019-03-16 17:17:37 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2019 Nordix Foundation. |
| 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | |
| 17 | SPDX-License-Identifier: Apache-2.0 |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.models</groupId> |
| 26 | <artifactId>policy-models</artifactId> |
Pamela Dragosh | 814101d | 2019-05-29 07:44:50 -0400 | [diff] [blame^] | 27 | <version>2.1.0-SNAPSHOT</version> |
Pamela Dragosh | 2d4d299 | 2019-03-16 17:17:37 -0400 | [diff] [blame] | 28 | </parent> |
| 29 | |
liamfallon | c61eebf | 2019-03-22 15:59:21 +0000 | [diff] [blame] | 30 | <artifactId>policy-models-decisions</artifactId> |
Pamela Dragosh | 2d4d299 | 2019-03-16 17:17:37 -0400 | [diff] [blame] | 31 | |
| 32 | <name>${project.artifactId}</name> |
| 33 | <description>The models for Policy Decision API's.</description> |
| 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>org.onap.policy.common</groupId> |
| 37 | <artifactId>gson</artifactId> |
| 38 | <version>${policy.common.version}</version> |
| 39 | </dependency> |
Pamela Dragosh | 8ff3313 | 2019-04-02 13:33:12 -0700 | [diff] [blame] | 40 | <dependency> |
| 41 | <groupId>org.onap.policy.models</groupId> |
| 42 | <artifactId>policy-models-errors</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
Pamela Dragosh | 2d4d299 | 2019-03-16 17:17:37 -0400 | [diff] [blame] | 45 | </dependencies> |
| 46 | </project> |