Skip to content

Commit

Permalink
Updated Pom to exclude redundant dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed May 16, 2024
1 parent 904a80b commit 735adad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jpo-conflictvisualizer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,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>
<dependency>
<groupId>org.springframework.kafka</groupId>
Expand Down

0 comments on commit 735adad

Please sign in to comment.