aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorKalkere Ramesh, Sharan <sharan.kalkere.ramesh@att.com>2020-02-10 11:11:04 -0500
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-02-10 11:11:04 -0500
commit1f45bb1e3b2d9ca54b19fc5c150aa13ba9df236f (patch)
tree15ef0a10db46a4544b684a21c5c986293292172b /common/pom.xml
parentac1a59fc6731c6261712eac5bec76816b11d1096 (diff)
added in graceful shutdown to spring boot
added in graceful shutdown to spring boot updated the poms to include catalina and upped fabric added in eventlistener instead of application listener Issue-ID: SO-2655 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2d8674cc82a9167604b2d38a49bffba42cee32ff
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 529841da72..04deacf129 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -97,6 +97,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-catalina</artifactId>
+ <version>9.0.30</version>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
</dependency>