Hardcode monitoring policy types
[policy/xacml-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 03f171b..3137ba3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <artifactId>snakeyaml</artifactId>
             <version>1.24</version>
         </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.json</groupId>
             <artifactId>json</artifactId>
             <version>20180813</version>
         </dependency>
-        <dependency>
-            <groupId>com.att.research.xacml</groupId>
-            <artifactId>xacml-pdp</artifactId>
-            <version>2.0.0</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.fasterxml.jackson.core</groupId>
-                    <artifactId>jackson-annotations</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
         <dependency>
             <groupId>org.onap.policy.models</groupId>
-            <artifactId>models-decisions</artifactId>
+            <artifactId>policy-models-decisions</artifactId>
             <version>${policy.models.version}</version>
-        </dependency>        
+        </dependency>
         <dependency>
             <groupId>org.onap.policy.models</groupId>
             <artifactId>policy-models-tosca</artifactId>
             <version>${policy.models.version}</version>
-        </dependency>        
+        </dependency>
     </dependencies>
     
     <distributionManagement>