diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-28 21:56:14 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-28 21:56:18 -0400 |
commit | c7ed1d3535ddc080dd3b790aea1e1af4e4cccc4d (patch) | |
tree | 4def708522b66e5b4904685840bf12a31ccabfa3 | |
parent | fa83cf86c3fbe067f5fd657fe5d8c0dbc0ad67a6 (diff) |
Exclude the tomcat for nexus iq
Issue-ID: AAI-586
Change-Id: If7e28aff78f3e08310d099348d5984262a4ff378
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r-- | aai-client-loadbalancer/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-client-loadbalancer/pom.xml b/aai-client-loadbalancer/pom.xml index ec3e9590..5ed63d4a 100644 --- a/aai-client-loadbalancer/pom.xml +++ b/aai-client-loadbalancer/pom.xml @@ -64,6 +64,12 @@ <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> |