Skip to content

Commit

Permalink
Résolution du warning "Found multiple occurrences of org.json.JSONObj…
Browse files Browse the repository at this point in the history
…ect on the class path:"
  • Loading branch information
Ossama98 committed Apr 12, 2021
1 parent 780648e commit b2f8e3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@
<dependency>
<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>
Expand Down

0 comments on commit b2f8e3a

Please sign in to comment.