Skip to content

Commit

Permalink
Remove dependency on guava in rcode-reader module
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Sep 22, 2024
1 parent 2b7ebda commit 8c73db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rcode-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
Expand Down

0 comments on commit 8c73db0

Please sign in to comment.