Remove unused dependency 96/74496/1
authorMarcin Migdal <marcin.migdal@nokia.com>
Tue, 11 Dec 2018 12:50:13 +0000 (13:50 +0100)
committerMarcin Migdal <marcin.migdal@nokia.com>
Tue, 11 Dec 2018 12:50:13 +0000 (13:50 +0100)
Change-Id: I0dcf3a87ef04b5c68f366c85821aef90877a98b7
Issue-ID: DCAEGEN2-1021
Signed-off-by: mmigdal <marcin.migdal@nokia.com>
pom.xml
rest-services/aai-client/pom.xml
rest-services/aai-client/src/main/java/org/onap/dcaegen2/services/sdk/rest/services/aai/client/service/AaiReactiveWebClientFactory.java
rest-services/common-dependency/pom.xml

diff --git a/pom.xml b/pom.xml
index 32eb5e9..59a6dfc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>spring-boot-starter-web</artifactId>
         <version>${spring.boot.version}</version>
       </dependency>
+
       <dependency>
         <groupId>org.immutables</groupId>
         <artifactId>value</artifactId>
index e0cd3b5..b69781e 100644 (file)
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-web</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.junit.jupiter</groupId>
@@ -49,7 +53,5 @@
       <artifactId>reactor-test</artifactId>
       <scope>test</scope>
     </dependency>
-
-
   </dependencies>
 </project>
\ No newline at end of file
index 1b9e57f..0ed4fb4 100644 (file)
@@ -84,7 +84,6 @@ public class AaiReactiveWebClientFactory {
         
         SslContext sslContext = createSslContext();
 
-        
         ClientHttpConnector reactorClientHttpConnector = new ReactorClientHttpConnector(
             HttpClient.create().secure(sslContextSpec -> sslContextSpec.sslContext(sslContext)));
 
index cc9c8ad..f2d6b45 100644 (file)
@@ -45,9 +45,6 @@
             <groupId>org.slf4j</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-        </dependency>
+
     </dependencies>
 </project>
\ No newline at end of file