build: pom exclude json

This commit is contained in:
CaptainB 2023-04-17 17:40:02 +08:00
parent 3a799c4c5a
commit 016370956b
1 changed files with 6 additions and 0 deletions

View File

@ -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>