Release policy/xacml-pdp
[policy/xacml-pdp.git] / applications / common / pom.xml
index 77c12cb..b30ecdb 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   ONAP
   ================================================================================
-  Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.xacml-pdp.applications</groupId>
         <artifactId>applications</artifactId>
-        <version>2.3.3-SNAPSHOT</version>
+        <version>2.8.0</version>
     </parent>
 
     <artifactId>common</artifactId>
         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
-            <version>${version.javax.bind}</version>
         </dependency>
         <dependency>
             <groupId>org.glassfish.jaxb</groupId>
             <artifactId>jaxb-runtime</artifactId>
-            <version>${version.javax.bind}</version>
+            <version>${version.bind-jaxb-api}</version>
         </dependency>
         <dependency>
             <groupId>com.h2database</groupId>
@@ -81,7 +80,7 @@
         <dependency>
             <groupId>com.att.research.xacml</groupId>
             <artifactId>xacml-pdp</artifactId>
-            <version>2.2.0</version>
+            <version>3.1.0</version>
         </dependency>
     </dependencies>
 </project>