Skip to content

Commit

Permalink
Add guava dependency to seednode
Browse files Browse the repository at this point in the history
Merging PR #4096, which moved protobuf defs out of core and common,
left :seednode without its required dependency on guava, causing
NoSuchMethodErrors.
  • Loading branch information
ghubstan committed Apr 2, 2020
1 parent 0a22f46 commit 21a2f1d
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 21a2f1d

Please sign in to comment.