Excluse android json from spring-boot-starter-test, fix #267.
This commit is contained in:
Родитель
9ab685abdc
Коммит
37e07e98d8
6
pom.xml
6
pom.xml
|
@ -172,6 +172,12 @@
|
|||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<version>${spring.boot.starter.test.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.vaadin.external.google</groupId>
|
||||
<artifactId>android-json</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
Загрузка…
Ссылка в новой задаче