diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-04-26 16:51:50 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-04-26 16:53:47 +0200 |
commit | 029e6b429728dc747b488149d2a61468490c259e (patch) | |
tree | 6b12a905c217842e88998baa583e2d9c3cf20b56 | |
parent | af8b7d7fa16f9c15abde936a21e4d95cfd3efc59 (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>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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> |