Skip to content

Commit 867eb67

Browse files
author
Ilya Sumbatyants
committed
Add missing guava dependency
1 parent db18366 commit 867eb67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.21'
1818
compile group: 'org.zeromq', name: 'jeromq', version:'0.4.0'
1919
compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
20+
compile group: 'com.google.guava', name: 'guava', version: '24.0-jre'
2021
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.6.0'
2122
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.6.0'
2223
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)