diff options
author | Pierre Rioux <pierre.rioux@amdocs.com> | 2018-12-21 14:47:49 -0500 |
---|---|---|
committer | Pierre Rioux <pierre.rioux@amdocs.com> | 2018-12-21 15:02:44 -0500 |
commit | 79b8f5b3e2289e8e46157278308f2a6f70517b11 (patch) | |
tree | 326c81a63d49e8b747199b04e24b5b003070e9a5 | |
parent | 4f22df914ab633867c0b1fdbd07aeaa1a0a3560f (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.xml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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> |