From: Marcin Migdal Date: Fri, 8 Mar 2019 12:53:18 +0000 (+0100) Subject: Remove spring at all X-Git-Tag: 1.1.4~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=186f69f3c3a17e0004ab6771cc5adac6a4722023;p=dcaegen2%2Fservices%2Fsdk.git Remove spring at all Change-Id: I4ed5d037230634ce7677503aab8d2e273f0db693 Issue-ID: DCAEGEN2-1310 Signed-off-by: Marcin Migdal --- diff --git a/pom.xml b/pom.xml index df793702..d81808f7 100644 --- a/pom.xml +++ b/pom.xml @@ -30,13 +30,14 @@ 5.3.1 1.3.1 2.7.3 - 5.1.4.RELEASE - 2.1.2.RELEASE + 3.11.1 Californium-SR4 1.7.25 1.2.3 2.23.4 3.6.1 + 0.10.0 + 16.0.3 3.6.0.2 2.22.1 @@ -153,62 +154,25 @@ - - org.springframework - spring-webflux - ${spring.version} - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - org.springframework.boot - spring-boot-starter-reactor-netty - ${spring.boot.version} - - - org.springframework.boot - spring-boot-starter-web - ${spring.boot.version} - com.google.protobuf protobuf-java ${protobuf.version} - org.immutables value ${immutables.version} - - io.vavr - vavr - 0.10.0 - org.immutables gson ${immutables.version} - ch.qos.logback - logback-classic - ${logback.version} - runtime + io.vavr + vavr + ${vavr.version} org.slf4j @@ -224,7 +188,11 @@ org.slf4j slf4j-api ${slf4j.version} - compile + + + org.jetbrains + annotations + ${jetbrains-annotations.version} io.projectreactor @@ -234,10 +202,12 @@ import - org.jetbrains - annotations - 16.0.3 + ch.qos.logback + logback-classic + ${logback.version} + runtime + org.mockito mockito-core @@ -253,7 +223,7 @@ org.assertj assertj-core - 3.11.1 + ${assertj-core.version} test