diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-13 18:54:16 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-19 13:36:07 +0000 |
commit | 9cfe85bfd8edb15ae627e56dbb760d3cee0a47fc (patch) | |
tree | d30fa224ded0268fca007b87d81c80598751dd09 /openecomp-be/lib | |
parent | 03f8b0f1d7867908c42a6d130cd0635bd466b175 (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
Diffstat (limited to 'openecomp-be/lib')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml | 12 |
1 files changed, 1 insertions, 11 deletions
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> |