ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 3 | ONAP |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 4 | ================================================================================ |
Jim Hahn | 7077057 | 2021-07-26 11:11:09 -0400 | [diff] [blame] | 5 | Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 6 | Modifications Copyright (C) 2019 Nordix Foundation. |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 11 | |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 13 | |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 23 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 25 | <modelVersion>4.0.0</modelVersion> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 26 | |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.policy.models</groupId> |
| 29 | <artifactId>policy-models-interactions</artifactId> |
liamfallon | 6ed822f | 2021-10-14 12:00:54 +0100 | [diff] [blame^] | 30 | <version>2.6.0-SNAPSHOT</version> |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 31 | </parent> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 32 | |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 33 | <groupId>org.onap.policy.models.policy-models-interactions</groupId> |
| 34 | <artifactId>simulators</artifactId> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 35 | |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 36 | <dependencies> |
| 37 | <dependency> |
| 38 | <groupId>org.onap.policy.common</groupId> |
| 39 | <artifactId>policy-endpoints</artifactId> |
| 40 | <version>${policy.common.version}</version> |
| 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>junit</groupId> |
| 44 | <artifactId>junit</artifactId> |
| 45 | <scope>test</scope> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 49 | <artifactId>aai</artifactId> |
| 50 | <version>${project.version}</version> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 54 | <artifactId>appc</artifactId> |
| 55 | <version>${project.version}</version> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jim Hahn | f586da4 | 2020-06-26 16:59:40 -0400 | [diff] [blame] | 59 | <artifactId>cds</artifactId> |
| 60 | <version>${project.version}</version> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 64 | <artifactId>appclcm</artifactId> |
| 65 | <version>${project.version}</version> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jim Hahn | ef5768d | 2020-03-23 11:36:09 -0400 | [diff] [blame] | 69 | <artifactId>sdnc</artifactId> |
| 70 | <version>${project.version}</version> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 74 | <artifactId>sdnr</artifactId> |
| 75 | <version>${project.version}</version> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 79 | <artifactId>so</artifactId> |
| 80 | <version>${project.version}</version> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 84 | <artifactId>vfc</artifactId> |
| 85 | <version>${project.version}</version> |
| 86 | <scope>test</scope> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>com.google.code.gson</groupId> |
| 90 | <artifactId>gson</artifactId> |
| 91 | <scope>provided</scope> |
| 92 | </dependency> |
| 93 | <dependency> |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 94 | <groupId>org.onap.policy.models</groupId> |
Jim Hahn | 7077057 | 2021-07-26 11:11:09 -0400 | [diff] [blame] | 95 | <artifactId>policy-models-tosca</artifactId> |
| 96 | <version>${project.version}</version> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>org.onap.policy.models</groupId> |
Jim Hahn | bc02433 | 2020-03-17 17:41:59 -0400 | [diff] [blame] | 100 | <artifactId>policy-models-decisions</artifactId> |
| 101 | <version>${project.version}</version> |
| 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>org.onap.policy.models.sim</groupId> |
| 105 | <artifactId>policy-models-sim-dmaap</artifactId> |
| 106 | <version>${project.version}</version> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>org.powermock</groupId> |
| 110 | <artifactId>powermock-api-mockito2</artifactId> |
| 111 | <scope>test</scope> |
| 112 | </dependency> |
| 113 | </dependencies> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 114 | </project> |