Update snapshot and/or references of policy/xacml-pdp to latest snapshots
[policy/xacml-pdp.git] / applications / guard / pom.xml
index 8cbf2aa..e5d03fe 100644 (file)
@@ -3,6 +3,7 @@
   ONAP Policy Engine - XACML PDP
   ================================================================================
   Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+  Modifications Copyright (C) 2023 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">
+         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>
     <parent>
         <groupId>org.onap.policy.xacml-pdp.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.3.3-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>xacml-guard</artifactId>
 
     <name>${project.artifactId}</name>
-    <description>This modules contain an application that implements onap.Guard policy-types for XACML PDP.</description>
+    <description>This modules contain an application that implements onap.Guard policy-types for XACML PDP.
+    </description>
 
     <dependencies>
         <dependency>
             <artifactId>common</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.persistence</groupId>
-            <artifactId>eclipselink</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
@@ -53,6 +51,6 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-     </dependencies>
+    </dependencies>
 
 </project>