Remove outdated dependency - com.googlecode.json-simple:json-simple:1.1.1 20/135420/3
authorvasraz <vasyl.razinkov@est.tech>
Thu, 13 Jul 2023 17:54:16 +0000 (18:54 +0100)
committerMichael Morris <michael.morris@est.tech>
Wed, 19 Jul 2023 13:36:07 +0000 (13:36 +0000)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Idf8fc35a7008020ac54b64210144d0243595e8ee
Issue-ID: SDC-4569

asdctool/pom.xml
catalog-be/pom.xml
catalog-dao/pom.xml
openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml
pom.xml

index f01f755..0b93183 100644 (file)
       <version>${org.dom4j.version}</version>
     </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>
index 92fff4e..0d3eebc 100644 (file)
             <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>
index 75e323a..37b0515 100644 (file)
@@ -198,26 +198,6 @@ Modifications copyright (c) 2018 Nokia
       <version>${jackson.version}</version>
     </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>
index 2fffd1b..98e5058 100644 (file)
       <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 494aea6..b1a5de4 100644 (file)
--- 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>