ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame^] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 4 | Modifications Copyright (C) 2019 Nordix Foundation. |
| 5 | ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | ============LICENSE_END========================================================= |
| 18 | --> |
| 19 | |
| 20 | <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"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <packaging>pom</packaging> |
| 23 | |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.models</groupId> |
| 26 | <artifactId>policy-models-interactions</artifactId> |
| 27 | <version>2.0.0-SNAPSHOT</version> |
| 28 | </parent> |
| 29 | |
| 30 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
| 31 | <artifactId>model-actors</artifactId> |
| 32 | |
| 33 | <modules> |
| 34 | <module>actorServiceProvider</module> |
| 35 | <module>actor.appc</module> |
| 36 | <module>actor.vfc</module> |
| 37 | <module>actor.sdnc</module> |
| 38 | <module>actor.appclcm</module> |
| 39 | <module>actor.sdnr</module> |
| 40 | <module>actor.so</module> |
| 41 | <module>actor.test</module> |
| 42 | </modules> |
| 43 | <dependencies> |
| 44 | <dependency> |
| 45 | <groupId>com.google.guava</groupId> |
| 46 | <artifactId>guava</artifactId> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
| 50 | <artifactId>policy-yaml</artifactId> |
| 51 | <version>${policy.drools-applications.version}</version> |
| 52 | </dependency> |
| 53 | </dependencies> |
| 54 | </project> |