ソースを参照

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

Junling Bu 7 年 前
コミット
ef999d8690
1 ファイル変更6 行追加0 行削除
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

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