Set all cross references of policy/drools-pdp
[policy/drools-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5ebd052..559cde7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.1.2-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>2.1.2-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>policy-drools-pdp</name>
 
@@ -51,8 +51,8 @@
         <json.path.version>2.9.0</json.path.version>
         <hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>2.1.2-SNAPSHOT</policy.common.version>
-        <policy.models.version>3.1.2-SNAPSHOT</policy.models.version>
+        <policy.common.version>3.0.0-SNAPSHOT</policy.common.version>
+        <policy.models.version>4.0.0-SNAPSHOT</policy.models.version>
     </properties>
 
     <modules>
             <version>${policy.common.version}</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.onap.policy.common</groupId>
             <artifactId>utils-test</artifactId>