diff options
Diffstat (limited to 'catalog-dao')
-rw-r--r-- | catalog-dao/pom.xml | 20 |
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> |