From: Sébastien Determe Date: Tue, 3 Jul 2018 08:36:38 +0000 (+0000) Subject: Merge "cleaned up clds service code" X-Git-Tag: 3.0.0~59 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=628985aac4fbe481e20acb1a5578fe41749ea5ae;hp=-c;p=clamp.git Merge "cleaned up clds service code" --- 628985aac4fbe481e20acb1a5578fe41749ea5ae diff --combined pom.xml index 9821f3d2,bc863d4f..7c540867 --- a/pom.xml +++ b/pom.xml @@@ -71,7 -71,7 +71,7 @@@ 20.0 1.0.0 2.20.1 - 1.5.12.RELEASE + 1.5.14.RELEASE java jacoco @@@ -82,7 -82,6 +82,7 @@@ ${project.version} localhost:5000 + nexus3.onap.org:10001 true true true @@@ -91,54 -90,6 +91,54 @@@ 8.5.28 + + + without-test + + + maven.test.skip + true + + + + true + + + + without-IT-only + + + skipITs + true + + + + true + + + + without-IT-only2 + + + skipTests + true + + + + true + + + + docker + + true + false + false + false + + + + ecomp-releases @@@ -413,7 -364,7 +413,7 @@@ commons-io - grizzly-http + grizzly-http-server org.glassfish.grizzly @@@ -466,10 -417,6 +466,10 @@@ com.att.nsa dmaapClient + + com.h2database + h2 + @@@ -596,6 -543,13 +596,13 @@@ 1.2.0 test + + + org.assertj + assertj-core + 3.10.0 + test + @@@ -651,7 -605,7 +658,7 @@@ - com.sebastian-daschner @@@ -671,8 -625,8 +678,8 @@@ - io.github.swagger2markup @@@ -707,7 -661,7 +714,7 @@@ - org.asciidoctor @@@ -828,9 -782,7 +835,9 @@@ org.springframework.boot spring-boot-maven-plugin - ${springboot.version} + + 1.5.13.RELEASE + @@@ -866,7 -818,7 +873,7 @@@ org.apache.maven.plugins maven-failsafe-plugin - 2.16 + 2.17 @@@ -894,7 -846,7 +901,7 @@@ 1.23 - mariadb:10.1.11 + library/mariadb:10.1.11 mariadb @@@ -917,7 -869,7 +924,7 @@@ - python:2-slim + library/python:2-slim python python @@@ -955,8 -907,7 +962,8 @@@ ${project.docker.latesttagtimestamp.version} ${project.docker.latesttag.version} - + Dockerfile assembly/clamp-files.xml @@@ -965,6 -916,7 +972,6 @@@ - ${skipITs} @@@ -987,6 -939,9 +994,6 @@@ start - - ${skipITs} - docker-stop-for-it @@@ -994,6 -949,9 +1001,6 @@@ stop - - ${skipITs} - @@@ -1058,4 -1016,15 +1065,4 @@@ - - - docker - - true - false - false - false - - -