Skip to content

Commit

Permalink
Remove Guava Library
Browse files Browse the repository at this point in the history
We don't seem to need Guava library, so removing it.
  • Loading branch information
bseeger committed Jul 13, 2023
1 parent 7e3e674 commit 234759b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
api 'org.springframework.boot:spring-boot-starter-thymeleaf'

implementation 'com.google.guava:guava:32.1.1-jre'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security'
Expand Down

0 comments on commit 234759b

Please sign in to comment.