Use models 2.3.3-SNAPSHOT in drools-pdp
[policy/drools-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2097570..5f6e0fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.2.0-SNAPSHOT</version>
+        <version>3.2.0</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>policy-drools-pdp</name>
 
         <json.path.version>2.4.0</json.path.version>
         <hibernate.core.version>5.4.18.Final</hibernate.core.version>
         <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
-        <commons.io.version>2.5</commons.io.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>1.7.0-SNAPSHOT</policy.common.version>
-        <policy.models.version>2.3.0-SNAPSHOT</policy.models.version>
+        <policy.common.version>1.7.1</policy.common.version>
+        <policy.models.version>2.3.3-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
                 <artifactId>hibernate-commons-annotations</artifactId>
                 <version>${hibernate.commons.annotations.version}</version>
             </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${commons.io.version}</version>
-            </dependency>
             <dependency>
                 <groupId>xml-apis</groupId>
                 <artifactId>xml-apis</artifactId>