From: Marcin Migdal Date: Fri, 7 Dec 2018 16:17:54 +0000 (+0100) Subject: Remove transient dependencies X-Git-Tag: 1.1.3~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=75fca44f7871dd0950bdbab1f715393ed46d271a;p=dcaegen2%2Fservices%2Fsdk.git Remove transient dependencies Change-Id: I8f5fc2630d9cc9bd4a00798dfc660e7bbd0b1e33 Issue-ID: DCAEGEN2-1021 Signed-off-by: mmigdal --- diff --git a/pom.xml b/pom.xml index 8487813f..32eb5e91 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 5.3.1 1.3.1 2.7.3 - 5.1.2.RELEASE + 5.1.0.RELEASE 2.1.0.RELEASE 1.7.25 2.16.0 @@ -157,7 +157,6 @@ org.immutables value ${immutables.version} - provided org.immutables @@ -167,7 +166,6 @@ ch.qos.logback logback-classic - provided 1.2.3 @@ -185,6 +183,19 @@ slf4j-api ${slf4j.version} + + io.projectreactor.netty + reactor-netty + 0.8.1.RELEASE + + + io.projectreactor + reactor-bom + Californium-SR2 + pom + import + + org.mockito mockito-core @@ -197,18 +208,6 @@ ${junit-jupiter.version} test - - io.projectreactor - reactor-bom - Californium-SR2 - pom - import - - - io.projectreactor.netty - reactor-netty - 0.8.1.RELEASE - diff --git a/rest-services/aai-client/pom.xml b/rest-services/aai-client/pom.xml index efec237f..e0cd3b55 100644 --- a/rest-services/aai-client/pom.xml +++ b/rest-services/aai-client/pom.xml @@ -21,12 +21,9 @@ - org.immutables - value - - - io.projectreactor.netty - reactor-netty + org.onap.dcaegen2.services.sdk.rest.services + common-dependency + 1.0.0-SNAPSHOT org.springframework @@ -36,22 +33,6 @@ org.springframework spring-context - - org.springframework - spring-web - - - ch.qos.logback - logback-classic - - - org.slf4j - jul-to-slf4j - - - org.slf4j - log4j-over-slf4j - org.junit.jupiter @@ -68,11 +49,7 @@ reactor-test test - - org.onap.dcaegen2.services.sdk.rest.services - common-dependency - 1.0.0-SNAPSHOT - + \ No newline at end of file diff --git a/rest-services/cbs-client/pom.xml b/rest-services/cbs-client/pom.xml index 59981f7e..052c614d 100644 --- a/rest-services/cbs-client/pom.xml +++ b/rest-services/cbs-client/pom.xml @@ -31,7 +31,6 @@ org.immutables value - provided org.immutables @@ -44,7 +43,6 @@ ch.qos.logback logback-classic - provided org.slf4j diff --git a/rest-services/dmaap-client/pom.xml b/rest-services/dmaap-client/pom.xml index 6e01eaf5..295d1d31 100644 --- a/rest-services/dmaap-client/pom.xml +++ b/rest-services/dmaap-client/pom.xml @@ -21,12 +21,9 @@ - org.immutables - gson - - - org.immutables - value + org.onap.dcaegen2.services.sdk.rest.services + common-dependency + 1.0.0-SNAPSHOT org.springframework @@ -48,31 +45,10 @@ org.apache.httpcomponents httpclient - - io.projectreactor.netty - reactor-netty - org.slf4j slf4j-api - - org.slf4j - jul-to-slf4j - - - org.slf4j - log4j-over-slf4j - - - ch.qos.logback - logback-classic - - - org.onap.dcaegen2.services.sdk.rest.services - common-dependency - 1.0.0-SNAPSHOT - org.junit.jupiter