From 603a5a4aa9ee8c00a3ca081b98e9f19c0606b0da Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Fri, 2 Aug 2019 12:53:15 +0530 Subject: Set SNAPSHOT versioning Issue-ID: CLI-169 Change-Id: I37930d594df46a9cf306d66db3ba212237041e0c Signed-off-by: Kanagaraj Manickam k00365106 --- profiles/http/pom.xml | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'profiles/http/pom.xml') diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 1103f2f4..b8563e48 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 3.0.0 + 4.0.0-SNAPSHOT cli-profiles-http @@ -58,18 +58,6 @@ jackson-databind 2.9.4 - - junit - junit - 4.11 - test - - - org.jmockit - jmockit - 1.19 - test - org.onap.cli cli-main @@ -77,12 +65,6 @@ test - org.jmockit - jmockit-coverage - 1.19 - test - - com.github.dreamhead moco-runner 0.12.0 @@ -96,14 +78,36 @@ logback-classic - - + + + junit + junit + 4.11 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + org.apache.maven.plugins maven-dependency-plugin + + org.apache.maven.plugins + maven-resources-plugin + -- cgit 1.2.3-korg