From 81388c2a717908a435ff192f947030c87bf21a3b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Fri, 24 May 2024 10:50:18 +0200 Subject: [PATCH] OZG-5156 reverted file changed by accident --- xta-adapter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xta-adapter/pom.xml b/xta-adapter/pom.xml index ecd2b8542..668a46db3 100644 --- a/xta-adapter/pom.xml +++ b/xta-adapter/pom.xml @@ -20,7 +20,7 @@ <artifactId>spring-boot-starter-web-services</artifactId> <exclusions> <exclusion> - <groupId>org.springframework.boot</groupId>git + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> </exclusion> </exclusions> -- GitLab