Merge "protocol coder junits"
[policy/drools-pdp.git] / policy-management / pom.xml
index 4e375d5..178d1c4 100644 (file)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.onap.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>policy-management</artifactId>
@@ -86,7 +86,7 @@
                                                        <addParentPoms>false</addParentPoms>
                                                        <copyPom>false</copyPom>
                                                        <excludeGroupIds>javax.inject</excludeGroupIds>
-                                                       <excludeScope>provided</excludeScope>
+                                                       <includeScope>runtime</includeScope>
                                                </configuration>
                                        </execution>
                                </executions>
                <version>4.1</version>
        </dependency>
        
-       <!-- This entry is necessary to support import "org.apache.commons.lang3.time.DateUtils" 
-                reference in StandbyStateManagementTest.java -->
        <dependency>
-               <groupId>org.apache.commons</groupId>
-               <artifactId>commons-lang3</artifactId>
-               <version>3.4</version>
+               <groupId>ch.qos.logback</groupId>
+               <artifactId>logback-classic</artifactId>
+       </dependency>
+
+       <dependency>
+               <groupId>junit</groupId>
+               <artifactId>junit</artifactId>
+               <scope>test</scope>
        </dependency>
        
+       <!--
+               The following dependencies are for features and drools
+               applications usage
+        -->
+        
        <dependency>
-               <groupId>ch.qos.logback</groupId>
-               <artifactId>logback-classic</artifactId>
+               <groupId>org.eclipse.persistence</groupId>
+               <artifactId>eclipselink</artifactId>
+       </dependency>
+       
+       <dependency>
+               <groupId>org.eclipse.persistence</groupId>
+               <artifactId>org.eclipse.persistence.jpa</artifactId>
+       </dependency>
+       
+       <dependency>
+           <groupId>org.mariadb.jdbc</groupId>
+           <artifactId>mariadb-java-client</artifactId>
        </dependency>
 
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.11</version>
-      <scope>test</scope>
-    </dependency>
+       <dependency>
+           <groupId>org.hibernate</groupId>
+           <artifactId>hibernate-core</artifactId>
+       </dependency>
 
+       <dependency>
+           <groupId>org.hibernate.common</groupId>
+           <artifactId>hibernate-commons-annotations</artifactId>
+       </dependency>
+       
+       <dependency>
+           <groupId>commons-io</groupId>
+           <artifactId>commons-io</artifactId>
+       </dependency>
+                       
   </dependencies>
 
 </project>