diff options
-rw-r--r-- | asdctool/pom.xml | 13 | ||||
-rw-r--r-- | catalog-be/pom.xml | 13 | ||||
-rw-r--r-- | catalog-dao/pom.xml | 20 | ||||
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml | 12 | ||||
-rw-r--r-- | pom.xml | 1 |
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> @@ -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> |