Adding tomcat dependency back for spring-boot 37/76237/1
authorArul.Nambi <arul.nambi@amdocs.com>
Wed, 23 Jan 2019 20:59:54 +0000 (15:59 -0500)
committerJames Forsyth <jf2512@att.com>
Wed, 23 Jan 2019 23:03:53 +0000 (23:03 +0000)
Issue-ID: AAI-2090
Change-Id: Id1c751fda8a90fde0773b69a24d84ce78d4b01b3
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
(cherry picked from commit 5e0074ffbdfa2d8c864f677dff33eefd567af241)

pom.xml

diff --git a/pom.xml b/pom.xml
index 0d18d17..85da8ae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -109,12 +109,6 @@ limitations under the License.
       <dependency>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter-web</artifactId>
-         <exclusions>
-           <exclusion>
-             <groupId>org.springframework.boot</groupId>
-             <artifactId>spring-boot-starter-tomcat</artifactId>
-           </exclusion>
-         </exclusions>
       </dependency>
       <dependency>
          <groupId>org.springframework.boot</groupId>