Skip to content

Commit

Permalink
Merge pull request #4116 from ghubstan/add-guava-dep-to-seednode
Browse files Browse the repository at this point in the history
Add guava dependency to seednode
  • Loading branch information
ripcurlx authored Apr 2, 2020
2 parents 0a22f46 + 21a2f1d commit f4257bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ configure(project(':seednode')) {
dependencies {
compile project(':core')
compileOnly "org.projectlombok:lombok:$lombokVersion"
implementation "com.google.guava:guava:$guavaVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
testCompile "org.mockito:mockito-core:$mockitoVersion"
}
Expand Down

0 comments on commit f4257bf

Please sign in to comment.