Exclude the tomcat for nexus iq 29/39929/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Thu, 29 Mar 2018 01:56:14 +0000 (21:56 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Thu, 29 Mar 2018 01:56:18 +0000 (21:56 -0400)
Issue-ID: AAI-586
Change-Id: If7e28aff78f3e08310d099348d5984262a4ff378
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-client-loadbalancer/pom.xml

index ec3e959..5ed63d4 100644 (file)
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
             <version>1.5.2.RELEASE</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-tomcat</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.att.eelf</groupId>