blob: e5dfa0bfdbf54d86457b384c69c33ff96d95c8ad [file] [log] [blame]
ning.xi2d994542019-04-01 03:07:40 +00001<!--
2 ============LICENSE_START=======================================================
Jim Hahnf15f54b2021-07-20 14:07:35 -04003 Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
RossC29578052020-06-11 15:11:53 +01004 Modifications Copyright (C) 2020 Nordix Foundation.
ning.xi2d994542019-04-01 03:07:40 +00005 ================================================================================
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>
RossC29578052020-06-11 15:11:53 +010023
ning.xi2d994542019-04-01 03:07:40 +000024 <parent>
25 <groupId>org.onap.policy.models</groupId>
26 <artifactId>policy-models-interactions</artifactId>
liamfallonc3acd892022-11-22 05:54:23 +000027 <version>2.7.3-SNAPSHOT</version>
ning.xi2d994542019-04-01 03:07:40 +000028 </parent>
RossC29578052020-06-11 15:11:53 +010029
ning.xi2d994542019-04-01 03:07:40 +000030 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
31 <artifactId>model-actors</artifactId>
32
Pamela Dragosh3d14abe2020-01-16 11:55:29 -050033 <properties>
RossC29578052020-06-11 15:11:53 +010034 <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
Pamela Dragosh3d14abe2020-01-16 11:55:29 -050035 </properties>
36
ning.xi2d994542019-04-01 03:07:40 +000037 <modules>
38 <module>actorServiceProvider</module>
Jim Hahn35867f22020-02-08 08:32:59 -050039 <module>actor.test</module>
Jim Hahn3b4884e2020-02-12 13:01:57 -050040 <module>actor.aai</module>
Jim Hahnf15f54b2021-07-20 14:07:35 -040041 <module>actor.cds</module>
ning.xi2d994542019-04-01 03:07:40 +000042 <module>actor.appc</module>
ning.xi2d994542019-04-01 03:07:40 +000043 <module>actor.appclcm</module>
Jim Hahnf15f54b2021-07-20 14:07:35 -040044 <module>actor.sdnc</module>
ning.xi2d994542019-04-01 03:07:40 +000045 <module>actor.sdnr</module>
jhhdff1c722022-11-04 11:50:17 -050046 <module>actor.a1p</module>
ning.xi2d994542019-04-01 03:07:40 +000047 <module>actor.so</module>
Jim Hahnf15f54b2021-07-20 14:07:35 -040048 <module>actor.vfc</module>
49 <module>actor.xacml</module>
ning.xi2d994542019-04-01 03:07:40 +000050 </modules>
51 <dependencies>
52 <dependency>
53 <groupId>com.google.guava</groupId>
54 <artifactId>guava</artifactId>
55 </dependency>
ning.xi2d994542019-04-01 03:07:40 +000056 </dependencies>
57</project>