Remove duplicate json library coming with spring-test module
[policy/parent.git] / integration / pom.xml
index 86f2ddb..e0079c8 100644 (file)
                 <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>