diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-08-16 10:11:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-08-19 14:07:37 +0000 |
commit | 59d0b40c4106065ac659981f5c7ba460e45b3dec (patch) | |
tree | d7f9b1bebba4ee6980bd861bd1a50e4c2ed124ba | |
parent | dbb9bbdf95ad1ff28678f6a71f1f216a4f4d83f9 (diff) |
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I6aada4ea46fc62ea9d3d5387d39113b1942808d4
Issue-ID: SDC-4017
-rw-r--r-- | asdctool/pom.xml | 6 | ||||
-rw-r--r-- | catalog-be/pom.xml | 6 | ||||
-rw-r--r-- | catalog-dao/pom.xml | 8 | ||||
-rw-r--r-- | catalog-model/pom.xml | 4 | ||||
-rw-r--r-- | common-app-api/pom.xml | 6 | ||||
-rw-r--r-- | onboarding/pom.xml | 6 | ||||
-rw-r--r-- | openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-api/pom.xml | 6 | ||||
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml | 6 |
8 files changed, 48 insertions, 0 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 3b88310882..2559a9fe5e 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -541,6 +541,12 @@ <artifactId>cassandra-driver-core</artifactId> <version>${cassandra.driver.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 06ee1fdef7..1ade155d1a 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -606,6 +606,12 @@ <artifactId>cassandra-driver-core</artifactId> <version>${cassandra.driver.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index c948724e5f..1bb9c95ce2 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -384,6 +384,10 @@ Modifications copyright (c) 2018 Nokia <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -410,6 +414,10 @@ Modifications copyright (c) 2018 Nokia <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> </exclusions> </dependency> <dependency> diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 15722d187a..9fcc01c4e8 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -307,6 +307,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </exclusion> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> </exclusions> </dependency> <dependency> diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index d2d451460b..41b4eaafb7 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -352,6 +352,12 @@ <artifactId>cassandra-driver-mapping</artifactId> <version>${cassandra.driver.version}</version> <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 724cce0cbe..3e90dcf33f 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -252,6 +252,12 @@ <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${datastax.cassandra.version}</version> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> diff --git a/openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-api/pom.xml b/openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-api/pom.xml index 7c6efa59c1..ff62343b63 100644 --- a/openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-api/pom.xml +++ b/openecomp-be/lib/openecomp-core-lib/openecomp-nosqldb-lib/openecomp-nosqldb-api/pom.xml @@ -37,6 +37,12 @@ <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${datastax.cassandra.version}</version> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index 02307786d3..bedc00937f 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -84,6 +84,12 @@ <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.github.jnr</groupId> + <artifactId>jnr-posix</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.projectlombok</groupId> |