ATS-223: ATS: T-Engines: fix warning for duplicate org.json.JSONObject on classpath

- noticed when running "mvn clean install"
- exclude "android-json-0.0.20131108.vaadin1.jar" (rather than "json-20160212.jar") for "spring-boot-starter-test"
This commit is contained in:
Jan Vonka
2019-05-23 13:38:45 +01:00
parent 8ad654e037
commit 55ae8c5e8e
5 changed files with 30 additions and 0 deletions

View File

@@ -38,6 +38,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.alfresco</groupId>