aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sd378r@intl.att.com>2018-10-03 11:48:00 +0200
committersebdet <sebastien.determe@intl.att.com>2018-10-03 18:36:25 +0200
commit0adebac7d4ff8df9340a3e3943a59da96522688a (patch)
treedac0868ac5b4d1d41ae89ad33393f1f57b91c4a5 /pom.xml
parentb3579ac9a9c8040c4cefe94dba37f1c9e60d4096 (diff)
Fix Guard policy Push
Fix push to policy of Guard policies due to interface changes Issue-ID: CLAMP-225 Change-Id: If0832385c20824ad86ca53bcaa07e6fa1ad61691 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index e522573d..fe6bab0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,11 @@
<version>3.0.0-SNAPSHOT</version>
<name>clamp</name>
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.2.0</version>
- </parent>
+<!-- <parent> -->
+<!-- <groupId>org.onap.oparent</groupId> -->
+<!-- <artifactId>oparent</artifactId> -->
+<!-- <version>1.2.0</version> -->
+<!-- </parent> -->
<description>
This project build the ONAP CLAMP JAR that contains CLAMP back-end code and its UI part.
@@ -391,7 +391,7 @@
<dependency>
<groupId>org.onap.policy.engine</groupId>
<artifactId>PolicyEngineAPI</artifactId>
- <version>1.2.3</version>
+ <version>1.3.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
@@ -543,7 +543,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
-
+ <version>25.1-jre</version>
</dependency>
<!-- Remove the MYSQL connector and replace it by Mariadb -->
<dependency>