aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-04 14:47:28 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-07 16:41:07 +0000
commit01eb0ed11a0e97a3ae3a5ccfc5afc0702ad9d2fa (patch)
tree596a218a7103aaff683474e00c2c769222db2680 /catalog-be/pom.xml
parentb92a895b00ec3efeceb341dc5779b45d35f0176b (diff)
Remove unused 'org.springframework.boot' dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I8393a2b9bf35c75b7c3e9bd6565ef0f6e98fcc9f Issue-ID: SDC-4559
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml5
1 files changed, 0 insertions, 5 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>