diff options
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 6692e75..e3dd9ce 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -430,10 +430,6 @@ <artifactId>guava</artifactId> </dependency> <dependency> - <groupId>com.github.jnr</groupId> - <artifactId>jnr-ffi</artifactId> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> </dependency> @@ -455,10 +451,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - </dependency> - <dependency> - <groupId>org.freemarker</groupId> - <artifactId>freemarker</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> @@ -529,17 +522,6 @@ <version>3.21.0</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-junit</artifactId> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>org.skyscreamer</groupId> |