Skip to content

Commit

Permalink
Add missed guava dependency. (#472)
Browse files Browse the repository at this point in the history
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
  • Loading branch information
Tapchicoma authored and shashachu committed Jun 10, 2019
1 parent b099455 commit e4a3ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ext.deps = [
'http': "org.eclipse.aether:aether-transport-http:${versions.aether}",
]
],
// Required by aether
'guava' : 'com.google.guava:guava:18.0',
// Used to silence aether-transport-http
'slf4j' : 'org.slf4j:slf4j-nop:1.6.2',
'aetherProvider': 'org.apache.maven:maven-aether-provider:3.2.5',
Expand Down
1 change: 1 addition & 0 deletions ktlint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
compile deps.aether.connector.basic
compile deps.aether.transport.file
compile deps.aether.transport.http
compile deps.guava
compile deps.slf4j
compile deps.aetherProvider
compile deps.picocli
Expand Down

0 comments on commit e4a3ace

Please sign in to comment.