[LOG-404] revert spring-starter-tomcat exclusion 67/75067/1
authorPierre Rioux <pierre.rioux@amdocs.com>
Fri, 21 Dec 2018 19:47:49 +0000 (14:47 -0500)
committerPierre Rioux <pierre.rioux@amdocs.com>
Fri, 21 Dec 2018 20:02:44 +0000 (15:02 -0500)
Change-Id: Ic1a88101d279ff2a39f595b548253196606c9546
Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
Issue-ID: LOG-404

pom.xml

diff --git a/pom.xml b/pom.xml
index 8fceee0..e9eaa93 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -77,10 +77,6 @@ limitations under the License.
           <artifactId>logback-classic</artifactId>
           <groupId>ch.qos.logback</groupId>
         </exclusion>
-        <exclusion>
-          <groupId>org.springframework.boot</groupId>
-          <artifactId>spring-boot-starter-tomcat</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>