aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-be/pom.xml5
-rw-r--r--common-app-api/pom.xml15
-rw-r--r--pom.xml1
3 files changed, 0 insertions, 21 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 54d6ce2f6a..414422cd59 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -1013,11 +1013,6 @@
<version>${commons.collections.version}</version>
</dependency>
<dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- <version>${spring.boot.version}</version>
- </dependency>
- <dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>security-util-lib</artifactId>
<version>${security.util.lib.version}</version>
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index ace98601c1..9d05d7cd93 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -14,21 +14,6 @@
<dependencies>
<dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- <version>${spring.boot.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.yaml</groupId>
- <artifactId>snakeyaml</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>security-util-lib</artifactId>
<version>${security.util.lib.version}</version>
diff --git a/pom.xml b/pom.xml
index 7f2d617842..867056121e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@ Modifications copyright (c) 2018-2019 Nokia
<guava.version>30.1-jre</guava.version>
<janusgraph.version>0.3.3</janusgraph.version>
<spring.version>5.3.27</spring.version>
- <spring.boot.version>2.7.12</spring.boot.version>
<mvn.assembly.version>3.6.0</mvn.assembly.version>
<!-- update to 2.36 bring error-->