enable viewing lifecycle statistics with telemetry
[policy/drools-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4720f6b..3a16e85 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================
   ONAP Policy Engine - Drools PDP
   ================================================================================
-  Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2020 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.2.0</version>
+        <version>3.3.0</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.drools-pdp</groupId>
     <artifactId>drools-pdp</artifactId>
-    <version>1.7.3-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>policy-drools-pdp</name>
 
 
         <!-- Project common dependency versions -->
         <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>
+        <hibernate.core.version>5.4.28.Final</hibernate.core.version>
+        <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version>
         <xml.apis.version>1.4.01</xml.apis.version>
-        <policy.common.version>1.7.1</policy.common.version>
-        <policy.models.version>2.3.3</policy.models.version>
+        <policy.common.version>1.8.0</policy.common.version>
+        <policy.models.version>2.4.0</policy.models.version>
     </properties>
 
     <modules>
         <module>feature-state-management</module>
         <module>api-active-standby-management</module>
         <module>feature-active-standby-management</module>
-        <module>feature-simulators</module>
         <module>feature-distributed-locking</module>
         <module>feature-controller-logging</module>
         <module>feature-mdc-filters</module>
         <module>feature-lifecycle</module>
         <module>feature-drools-init</module>
-        <module>api-server-pool-state-control</module>
-        <module>feature-server-pool</module>
         <module>packages</module>
     </modules>