aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorpranitk1905 <pranit.kapdule@t-systems.com>2023-03-02 16:29:38 +0530
committerpranitk1905 <pranit.kapdule@t-systems.com>2023-03-02 16:29:56 +0530
commitd1be6e1d58d1da6556a88e310eea51fbcf88c693 (patch)
tree56a006e3df8348f2b44061e527f730711b0a4c79 /pom.xml
parent26976e884968080ef94266a8fa6f72687558e8fc (diff)
[DCAEGEN2]son-handler fails to start2.2.1-son-handler
Changed tomcat-embed-core version 10.1.2 to 9.0.72 Issue-ID: DCAEGEN2-3359 Change-Id: If36dd7550515d80d516090c445844d471d871568 Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9f1720a..0602d09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.onap.dcaegen2.services.son-handler</groupId>
<artifactId>son-handler</artifactId>
<name>dcaegen2-services-son-handler</name>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.1-SNAPSHOT</version>
<!--parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.4.RELEASE</version> </parent -->
@@ -273,7 +273,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
- <version>10.1.2</version>
+ <version>9.0.72</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>