Skip to content

Commit

Permalink
Remove Guava dependency and update plugin configurations (#216)
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 authored Jan 6, 2025
1 parent c748ac2 commit 083e420
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 083e420

Please sign in to comment.