aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-05 22:22:43 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-10 13:55:11 +0000
commitdfe98bd779a03efc8f176d1c8946c769417f5a60 (patch)
tree3c25f9a8047175c964e1acf243d8a5c03a30306b /asdctool
parentb76217740231c916fce669613e20fb70c7320a2e (diff)
Update outdated/vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ib809c636cd4505589901d1f5b95bedba1fc0a1f5 Issue-ID: SDC-4560
Diffstat (limited to 'asdctool')
-rw-r--r--asdctool/pom.xml30
1 files changed, 26 insertions, 4 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index 92e9342e08..b98a077605 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -167,6 +167,18 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-aaf</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-client</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -286,9 +298,9 @@
<!-- groovy -->
<dependency>
- <groupId>org.codehaus.groovy</groupId>
+ <groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
- <scope>compile</scope>
+ <version>${groovy.version}</version>
</dependency>
<dependency>
@@ -361,6 +373,12 @@
<artifactId>json-simple</artifactId>
<version>${json-simple.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -393,6 +411,10 @@
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -437,8 +459,8 @@
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
<version>${httpclient.version}</version>
<scope>compile</scope>
<exclusions>