Skip to content

Commit

Permalink
updated jackson to new package location and coordinates. Addresses is…
Browse files Browse the repository at this point in the history
…sue #508
  • Loading branch information
zznate committed Mar 15, 2013
1 parent ba4df9e commit 51d0f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ group=io.vertx

# dependency versions
hazelcastVersion=2.4.1
jacksonVersion=1.9.4
jacksonCoreVersion=2.1.4
jacksonDatabindVersion=2.1.3
nettyVersion=4.0.0.Beta3-SNAPSHOT
log4jVersion=1.2.16
slf4jVersion=1.6.2
Expand Down
4 changes: 2 additions & 2 deletions vertx-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ apply from: "$rootDir/gradle/maven.gradle"
dependencies {
compile "log4j:log4j:$log4jVersion"
compile "org.slf4j:slf4j-api:$slf4jVersion"
compile "org.codehaus.jackson:jackson-core-asl:$jacksonVersion"
compile "org.codehaus.jackson:jackson-mapper-asl:$jacksonVersion"
compile "com.fasterxml.jackson.core:jackson-core:$jacksonCoreVersion"
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
compile "com.hazelcast:hazelcast:$hazelcastVersion"
compile "io.netty:netty-all:$nettyVersion"

Expand Down

0 comments on commit 51d0f2e

Please sign in to comment.