summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Rioux <pierre.rioux@amdocs.com>2018-12-21 14:47:49 -0500
committerPierre Rioux <pierre.rioux@amdocs.com>2018-12-21 15:02:44 -0500
commit79b8f5b3e2289e8e46157278308f2a6f70517b11 (patch)
tree326c81a63d49e8b747199b04e24b5b003070e9a5
parent4f22df914ab633867c0b1fdbd07aeaa1a0a3560f (diff)
[LOG-404] revert spring-starter-tomcat exclusion
Change-Id: Ic1a88101d279ff2a39f595b548253196606c9546 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-404
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 8fceee0..e9eaa93 100644
--- 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>