Skip to content

Commit c231c21

Browse files
author
mjoyner
committed
dependencies update
1 parent 8c33531 commit c231c21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CherokeeDictionaryDao/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ configurations {
4242
dependencies {
4343
compile "com.mchange:c3p0:0.9.5.2"
4444
compile "org.mariadb.jdbc:mariadb-java-client:1.4.+"
45-
compile 'org.jdbi:jdbi:2.72'
45+
compile 'org.jdbi:jdbi:2.73'
4646
compile 'org.antlr:stringtemplate:3.2.1'
47+
compile "com.fasterxml.jackson.core:jackson-core:2.8.1"
4748
compile "com.fasterxml.jackson.core:jackson-databind:2.8.1"
48-
//compile "com.fasterxml.jackson.core:jackson-annotations:2.7.0"
49+
compile "com.fasterxml.jackson.core:jackson-annotations:2.8.1"
4950

5051
compile 'com.github.michael-joyner:CherokeeDictionaryShared:-SNAPSHOT'
5152
}

0 commit comments

Comments
 (0)