aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 86f2ddbc..e0079c83 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -753,6 +753,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<version>${version.springboot}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.vaadin.external.google</groupId>
+ <artifactId>android-json</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>