ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
Peyton Puckett | efafe30 | 2020-03-02 16:02:07 -0600 | [diff] [blame] | 4 | Copyright (C) 2017-2018, 2020 AT&T Intellectual Property. All rights reserved. |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 5 | Modifications Copyright (C) 2019 Nordix Foundation. |
| 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
| 26 | <artifactId>model-actors</artifactId> |
Ram Krishna Verma | 85841e3 | 2020-04-14 15:03:24 -0400 | [diff] [blame^] | 27 | <version>2.2.5-SNAPSHOT</version> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 28 | </parent> |
| 29 | |
| 30 | <artifactId>actor.appclcm</artifactId> |
| 31 | |
| 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
| 35 | <artifactId>actorServiceProvider</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | <scope>provided</scope> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 41 | <artifactId>appclcm</artifactId> |
| 42 | <version>${project.version}</version> |
| 43 | <scope>provided</scope> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 47 | <artifactId>aai</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | <scope>provided</scope> |
| 50 | </dependency> |
| 51 | <dependency> |
Jim Hahn | aedb286 | 2020-03-05 16:41:15 -0500 | [diff] [blame] | 52 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
| 53 | <artifactId>actor.appc</artifactId> |
| 54 | <version>${project.version}</version> |
| 55 | <scope>provided</scope> |
| 56 | </dependency> |
| 57 | <dependency> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 58 | <groupId>com.google.code.gson</groupId> |
| 59 | <artifactId>gson</artifactId> |
| 60 | <scope>test</scope> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 64 | <artifactId>events</artifactId> |
| 65 | <version>${project.version}</version> |
| 66 | <scope>provided</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.onap.policy.common</groupId> |
| 70 | <artifactId>policy-endpoints</artifactId> |
| 71 | <version>${policy.common.version}</version> |
| 72 | <scope>provided</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
Pamela Dragosh | ada55be | 2019-04-05 21:07:07 -0400 | [diff] [blame] | 75 | <groupId>org.apache.commons</groupId> |
| 76 | <artifactId>commons-lang3</artifactId> |
| 77 | <version>3.8.1</version> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 78 | </dependency> |
| 79 | <dependency> |
Jim Hahn | aedb286 | 2020-03-05 16:41:15 -0500 | [diff] [blame] | 80 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
| 81 | <artifactId>actor.test</artifactId> |
| 82 | <version>${project.version}</version> |
| 83 | <scope>test</scope> |
| 84 | </dependency> |
| 85 | <dependency> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 86 | <groupId>org.onap.policy.models.policy-models-interactions</groupId> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 87 | <artifactId>simulators</artifactId> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 88 | <version>${project.version}</version> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 89 | <scope>test</scope> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>junit</groupId> |
| 93 | <artifactId>junit</artifactId> |
| 94 | <scope>test</scope> |
| 95 | </dependency> |
Peyton Puckett | efafe30 | 2020-03-02 16:02:07 -0600 | [diff] [blame] | 96 | <dependency> |
| 97 | <groupId>org.powermock</groupId> |
| 98 | <artifactId>powermock-api-mockito2</artifactId> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 101 | </dependencies> |
| 102 | </project> |