diff options
Diffstat (limited to 'aai-rest/pom.xml')
-rw-r--r-- | aai-rest/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index a86ad18b..72d3d30a 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -103,6 +103,12 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.vaadin.external.google</groupId> + <artifactId>android-json</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |