aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-dao
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-dao
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-dao')
-rw-r--r--catalog-dao/pom.xml20
1 files changed, 0 insertions, 20 deletions
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>