diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-06-03 17:11:29 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-06-07 15:10:28 +0000 |
commit | 2664cee1d5f2f44713d89b0de2bfa391e0f54aa8 (patch) | |
tree | 3696d14b721b44fcda33b5f4957cde57e176829e /common-app-api | |
parent | 80c2cf3c70db2605eb9c2e28515a73567f3404ee (diff) |
Update vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I167b69de1736c81187ab3596169c6043108546b2
Issue-ID: SDC-4017
Diffstat (limited to 'common-app-api')
-rw-r--r-- | common-app-api/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 4a829bf544..c7989b948d 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -14,6 +14,11 @@ <dependencies> <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> @@ -23,6 +28,10 @@ <artifactId>spring-boot-starter-logging</artifactId> </exclusion> <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter</artifactId> + </exclusion> + <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </exclusion> |