Skip to content

Commit

Permalink
Remove Guava dependency and update plugin configurations
Browse files Browse the repository at this point in the history
Guava dependency was removed from multiple modules to simplify and reduce project dependencies. Necessary updates were made to tests to replace Guava utilities with standard Java library methods. Additionally, Maven plugin configurations were updated, including the Maven compiler plugin, to ensure compatibility with Java 11 and support for Lombok's annotation processing.
  • Loading branch information
Gcolon021 committed Dec 17, 2024
1 parent a485f0d commit 10d0c2e
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 311 deletions.
4 changes: 0 additions & 4 deletions pic-sure-resources/pic-sure-passthrough-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down
Loading

0 comments on commit 10d0c2e

Please sign in to comment.