build: pom exclude json
This commit is contained in:
parent
3a799c4c5a
commit
016370956b
6
pom.xml
6
pom.xml
|
@ -113,6 +113,12 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>android-json</artifactId>
|
||||
<groupId>com.vaadin.external.google</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue