diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2019-01-23 15:59:54 -0500 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2019-01-23 16:02:07 -0500 |
commit | 5e0074ffbdfa2d8c864f677dff33eefd567af241 (patch) | |
tree | 0266bb1a67d07362fc99184627385e22f3c80135 | |
parent | 1d3b5fa96b41dd13e1d9f9f1c0e1d3929e4a432d (diff) |
Adding tomcat dependency back for spring-boot
Issue-ID: AAI-2090
Change-Id: Id1c751fda8a90fde0773b69a24d84ce78d4b01b3
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -110,12 +110,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> |