fix[project]: 启动测试时会报警告,存在多个org.json.JSONObject

This commit is contained in:
Junling Bu
2018-07-20 12:40:38 +08:00
parent ea11192155
commit ef999d8690

View File

@@ -117,6 +117,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>
</dependencies>