diff options
author | 2019-01-23 15:59:54 -0500 | |
---|---|---|
committer | 2019-01-23 23:03:53 +0000 | |
commit | 2db158026b5cb1032f62a5801a67d6f16e8bf253 (patch) | |
tree | 233cd9719603620f3a10f7b5c2912e8285441df0 | |
parent | 64a76702a5d2b689abbdea00db9320f6f9ec036a (diff) |
Adding tomcat dependency back for spring-boot
Issue-ID: AAI-2090
Change-Id: Id1c751fda8a90fde0773b69a24d84ce78d4b01b3
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
(cherry picked from commit 5e0074ffbdfa2d8c864f677dff33eefd567af241)
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |