Merge "Multiple small changes to reduce technical debt."
[policy/drools-pdp.git] / policy-management / pom.xml
index e7d8385..178d1c4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ============LICENSE_START=======================================================
-  ECOMP Policy Engine - Drools PDP
+  ONAP Policy Engine - Drools PDP
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
   ================================================================================
@@ -24,9 +24,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.openecomp.policy.drools-pdp</groupId>
+    <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>
   <dependencies>
     
     <dependency>
-      <groupId>org.openecomp.policy.drools-pdp</groupId>
+      <groupId>org.onap.policy.drools-pdp</groupId>
       <artifactId>policy-core</artifactId>
       <version>${project.version}</version>
     </dependency>
     
     <dependency>
-      <groupId>org.openecomp.policy.drools-pdp</groupId>
+      <groupId>org.onap.policy.drools-pdp</groupId>
       <artifactId>policy-endpoints</artifactId>
       <version>${project.version}</version>
     </dependency>
                <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>