From efad63e3687e49fb91fa4e18e1796b3f82078f0e Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Thu, 18 Jul 2024 15:35:00 +0200 Subject: [PATCH] KOP-2139 KOP-2444 pom: Remove spring boot --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 18930c4..e79e37c 100644 --- a/pom.xml +++ b/pom.xml @@ -52,13 +52,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> </plugin> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - <configuration> - <profiles>local,sec</profiles> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> -- GitLab