make volatile access to alive and locked flags
[policy/drools-pdp.git] / policy-management / pom.xml
index b01668b..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>
                <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>
            <groupId>org.hibernate.common</groupId>
            <artifactId>hibernate-commons-annotations</artifactId>
        </dependency>
+       
+       <dependency>
+           <groupId>commons-io</groupId>
+           <artifactId>commons-io</artifactId>
+       </dependency>
                        
   </dependencies>