Skip to content

Commit

Permalink
take jacksonDatabind version from libraries.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed May 27, 2016
1 parent 76e29a6 commit 840e492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ ext {

// Groovy
groovy: "org.codehaus.groovy:groovy:${groovyVersion}",
groovySql: "org.codehaus.groovy:groovy-sql:${groovyVersion}"
groovySql: "org.codehaus.groovy:groovy-sql:${groovyVersion}",

// Jackson
jacksonDatabind: "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
]

jettyLibs = [
Expand Down
2 changes: 1 addition & 1 deletion modules/dbsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies {
compile libraries.hibernate_c3p0
compile libraries.hibernate_ehcache
compile libraries.jta
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile libraries.jacksonDatabind
}

0 comments on commit 840e492

Please # to comment.