aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-07-13 18:54:16 +0100
committerMichael Morris <michael.morris@est.tech>2023-07-19 13:36:07 +0000
commit9cfe85bfd8edb15ae627e56dbb760d3cee0a47fc (patch)
treed30fa224ded0268fca007b87d81c80598751dd09
parent03f8b0f1d7867908c42a6d130cd0635bd466b175 (diff)
Remove outdated dependency - com.googlecode.json-simple:json-simple:1.1.1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Idf8fc35a7008020ac54b64210144d0243595e8ee Issue-ID: SDC-4569
-rw-r--r--asdctool/pom.xml13
-rw-r--r--catalog-be/pom.xml13
-rw-r--r--catalog-dao/pom.xml20
-rw-r--r--openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml12
-rw-r--r--pom.xml1
5 files changed, 1 insertions, 58 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml
index f01f755651..0b93183de5 100644
--- a/asdctool/pom.xml
+++ b/asdctool/pom.xml
@@ -355,19 +355,6 @@
</dependency>
<dependency>
- <groupId>com.googlecode.json-simple</groupId>
- <artifactId>json-simple</artifactId>
- <version>${json-simple.version}</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-cassandra</artifactId>
<version>${janusgraph.version}</version>
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 92fff4e95d..0d3eebcd4f 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -590,19 +590,6 @@
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>com.googlecode.json-simple</groupId>
- <artifactId>json-simple</artifactId>
- <version>${json-simple.version}</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<!-- functional java -->
<dependency>
<groupId>org.functionaljava</groupId>
diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml
index 75e323a374..37b0515cc5 100644
--- a/catalog-dao/pom.xml
+++ b/catalog-dao/pom.xml
@@ -199,26 +199,6 @@ Modifications copyright (c) 2018 Nokia
</dependency>
<dependency>
- <groupId>com.googlecode.json-simple</groupId>
- <artifactId>json-simple</artifactId>
- <version>${json-simple.version}</version>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>com.google.code.bean-matchers</groupId>
- <artifactId>bean-matchers</artifactId>
- <version>${bean-matchers.version}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
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 2fffd1b996..98e5058aff 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
@@ -62,17 +62,7 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
- <dependency>
- <groupId>com.googlecode.json-simple</groupId>
- <artifactId>json-simple</artifactId>
- <version>${json-simple.version}</version>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
diff --git a/pom.xml b/pom.xml
index 494aea6629..b1a5de4e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,6 @@ Modifications copyright (c) 2018-2019 Nokia
<httpmime.version>4.5.14</httpmime.version>
<httpclient.version>5.2.1</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
- <json-simple.version>1.1.1</json-simple.version>
<!-- PM Dictionary validation -->
<onap.vnfsdk.validation.pmdictionary.version>1.2.15</onap.vnfsdk.validation.pmdictionary.version>