Skip to content

Commit 150a697

Browse files
committed
Fixed improper Jackson annotations version.
1 parent b1c227f commit 150a697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122

123123
// JSON
124124
compile 'com.fasterxml.jackson.core:jackson-core:2.8.4'
125-
compile 'com.fasterxml.jackson.core:jackson-annotations:2.8,4'
125+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.8.4'
126126
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.4'
127127
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.4'
128128

0 commit comments

Comments
 (0)