Updates to support use of oparent in non-ODL dependent code
Added missing dependencies needed in oparent and dependencies-bom
to allow oparent pom to be used in ccsdk/sli for code not
directly dependent on OpenDaylight. Also, updated to latest
springboot release and to latest released version of ONAP oparent
pom. Note: this change does NOT address changes to compile jars as
java 11. That change will come with the changes for ODL Aluminum.
Change-Id: I599bae0c32f5ced7eada956a0ed3b57f40461cd5
Issue-ID: CCSDK-3001
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 5de9fa9..3c931c0 100755
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
<relativePath/>
</parent>