From b72d11d94a75cc849868189f16ddcf1745602099 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Wed, 6 Dec 2017 18:20:59 +0100 Subject: remove the heavy (many MB) unused dependencies Change-Id: I023855c8b163004df8732b075dc08db06fbb9b9b Issue-ID: MSB-102 Signed-off-by: Denes Nemeth --- pom.xml | 226 ++++++++++++++++++++-------------------------------------------- 1 file changed, 71 insertions(+), 155 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5e3fdb8..00206df 100644 --- a/pom.xml +++ b/pom.xml @@ -1,142 +1,59 @@ - - - 4.0.0 - - org.onap.oparent - oparent - 0.1.1 - - - org.onap.msb.java-sdk - msb-java-sdk - msb-java-sdk - 1.1.0-SNAPSHOT - jar - - - - com.squareup.retrofit2 - retrofit - 2.0.2 - - - - org.reflections - reflections - 0.9.9 - - - com.google.guava - guava - - - - - - - org.glassfish.jersey.bundles.repackaged - jersey-guava - 2.6 - - - - io.dropwizard - dropwizard-metrics - 0.8.0 - - - - org.slf4j - slf4j-api - 1.7.12 - - - ch.qos.logback - logback-classic - 1.1.3 - - - ch.qos.logback - logback-core - 1.1.3 - - - - org.apache.commons - commons-lang3 - 3.0 - - - - io.dropwizard - dropwizard-core - 0.8.0 - test - - - - javax.ws.rs - javax.ws.rs-api - 2.0.1 - - - org.apache.commons - commons-lang3 - 3.0 - - - javax.annotation - javax.annotation-api - 1.2 - - - org.immutables - value - 2.1.12 - - - com.eclipsesource.jaxrs - consumer - 5.0 - - - commons-io - commons-io - 1.3.2 - - - commons-lang - commons-lang - 2.6 - - - - - org.glassfish.jersey.core - jersey-client - 2.16 - - - - org.apache.httpcomponents - httpclient - 4.5 - - - - org.slf4j - slf4j-api - 1.7.12 - - - - junit - junit - 4.11 - test - - + + + 4.0.0 + + org.onap.oparent + oparent + 0.1.1 + + org.onap.msb.java-sdk + msb-java-sdk + msb-java-sdk + 1.1.0-SNAPSHOT + jar + + + com.squareup.retrofit2 + retrofit + 2.0.2 + + + org.slf4j + slf4j-api + 1.7.12 + + + ch.qos.logback + logback-classic + 1.1.3 + + + ch.qos.logback + logback-core + 1.1.3 + + + org.apache.commons + commons-lang3 + 3.0 + + + com.eclipsesource.jaxrs + consumer + 5.0 + + + org.apache.httpcomponents + httpclient + 4.5 + + + junit + junit + 4.11 + test + + org.powermock powermock-module-junit4 1.6.6 @@ -148,20 +65,19 @@ 1.6.6 test - - - - - - maven-compiler-plugin - - 1.8 - 1.8 - - - - maven-enforcer-plugin - - - + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + maven-enforcer-plugin + + + -- cgit 1.2.3-korg