Skip to content

Commit 7d2e260

Browse files
authored
Merge pull request #9 from metacosm/fix-improper-jackson-annotations-version
Fixed improper Jackson annotations version.
2 parents b1c227f + 150a697 commit 7d2e260

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)