aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-04-26 16:51:50 +0200
committersebdet <sebastien.determe@intl.att.com>2019-04-26 16:53:47 +0200
commit029e6b429728dc747b488149d2a61468490c259e (patch)
tree6b12a905c217842e88998baa583e2d9c3cf20b56 /pom.xml
parentaf8b7d7fa16f9c15abde936a21e4d95cfd3efc59 (diff)
Kick oparent for now
Kick oparent so that we can build docker images for testing Issue-ID: CLAMP-359 Change-Id: I85cae11e86c36d38ce508facebb5a6211aa93154 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index b7260ffb..fb0144a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,12 @@
<version>4.0.0-SNAPSHOT</version>
<name>clamp</name>
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.2.3</version>
- </parent>
+<!-- -->
+<!-- <parent> -->
+<!-- <groupId>org.onap.oparent</groupId> -->
+<!-- <artifactId>oparent</artifactId> -->
+<!-- <version>1.2.3</version> -->
+<!-- </parent> -->
<description>
This project build the ONAP CLAMP JAR that contains CLAMP back-end code and its UI part.
@@ -605,6 +606,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
+ <version>27.0-jre</version>
</dependency>
<!-- Remove the MYSQL connector and replace it by Mariadb -->
<dependency>