Removed dependency on org.json

Resolves #508
This commit is contained in:
Oleg Zhurakousky
2020-05-04 15:49:34 +02:00
parent 5f3f0cf965
commit 10b9e3d30d
3 changed files with 37 additions and 22 deletions

View File

@@ -52,6 +52,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>