Exclude duplicate json dependencie from test build

See: https://www.pivotaltracker.com/story/show/161303517
This commit is contained in:
Kris De Volder
2019-06-21 15:37:37 -07:00
parent 1ec874207f
commit 3a992f43cf

View File

@@ -113,6 +113,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.ide.vscode</groupId>