We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c33531 commit c231c21Copy full SHA for c231c21
CherokeeDictionaryDao/build.gradle
@@ -42,10 +42,11 @@ configurations {
42
dependencies {
43
compile "com.mchange:c3p0:0.9.5.2"
44
compile "org.mariadb.jdbc:mariadb-java-client:1.4.+"
45
- compile 'org.jdbi:jdbi:2.72'
+ compile 'org.jdbi:jdbi:2.73'
46
compile 'org.antlr:stringtemplate:3.2.1'
47
+ compile "com.fasterxml.jackson.core:jackson-core:2.8.1"
48
compile "com.fasterxml.jackson.core:jackson-databind:2.8.1"
- //compile "com.fasterxml.jackson.core:jackson-annotations:2.7.0"
49
+ compile "com.fasterxml.jackson.core:jackson-annotations:2.8.1"
50
51
compile 'com.github.michael-joyner:CherokeeDictionaryShared:-SNAPSHOT'
52
}
0 commit comments