Create A1P actor to talk to A1 PMS.
[policy/models.git] / models-interactions / model-actors / pom.xml
index 7f1d90a..6b1df88 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
-  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
-  Modifications Copyright (C) 2019 Nordix Foundation.
+  Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
+  Modifications Copyright (C) 2020 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
 <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">
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
-  
+
   <parent>
     <groupId>org.onap.policy.models</groupId>
     <artifactId>policy-models-interactions</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
   </parent>
-  
+
   <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
   <artifactId>model-actors</artifactId>
 
+  <properties>
+    <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
+  </properties>
+
   <modules>
     <module>actorServiceProvider</module>
+    <module>actor.test</module>
+    <module>actor.aai</module>
+    <module>actor.cds</module>
     <module>actor.appc</module>
-    <module>actor.vfc</module>
-    <module>actor.sdnc</module>
     <module>actor.appclcm</module>
+    <module>actor.sdnc</module>
     <module>actor.sdnr</module>
+    <module>actor.a1p</module>
     <module>actor.so</module>
-    <module>actor.test</module>
+    <module>actor.vfc</module>
+    <module>actor.xacml</module>
   </modules>
   <dependencies>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.onap.policy.models.policy-models-interactions</groupId>
-      <artifactId>model-yaml</artifactId>
-      <version>${project.version}</version>
-    </dependency>
   </dependencies>
 </project>