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 /asdctool | |
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 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 13 |
1 files changed, 0 insertions, 13 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> |