diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-04 14:47:28 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-07 16:41:07 +0000 |
commit | 01eb0ed11a0e97a3ae3a5ccfc5afc0702ad9d2fa (patch) | |
tree | 596a218a7103aaff683474e00c2c769222db2680 | |
parent | b92a895b00ec3efeceb341dc5779b45d35f0176b (diff) |
Remove unused 'org.springframework.boot' dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I8393a2b9bf35c75b7c3e9bd6565ef0f6e98fcc9f
Issue-ID: SDC-4559
-rw-r--r-- | catalog-be/pom.xml | 5 | ||||
-rw-r--r-- | common-app-api/pom.xml | 15 | ||||
-rw-r--r-- | pom.xml | 1 |
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> @@ -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--> |