Update the spring web to 4.3.18.RELEASE 25/66425/2
authorKajur, Harish (vk250x) <vk250x@att.com>
Thu, 13 Sep 2018 17:56:19 +0000 (13:56 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Thu, 13 Sep 2018 18:03:39 +0000 (14:03 -0400)
Issue-ID: AAI-1563
Change-Id: Icaea76941346478fcdc0ae8b2491d5e4c5f1e592
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-resources/pom.xml

index 9bd8cbe..e46dc4c 100644 (file)
                     <groupId>org.codehaus.jackson</groupId>
                     <artifactId>jackson-mapper-asl</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>jetty-http</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>jetty-server</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jersey</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>${spring.web.version}</version>
-        </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>