aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
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 /catalog-be/pom.xml
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
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml13
1 files changed, 0 insertions, 13 deletions
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>