fixed build.gradle

This commit is contained in:
David Turanski
2013-03-11 13:52:08 -04:00
parent 20e0670f38
commit c9c0432971

View File

@@ -49,8 +49,8 @@ dependencies {
compile "org.springframework:spring-aop:$springVersion"
compile 'org.aspectj:aspectjweaver:1.7.2'
compile 'org.aspectj:aspectjrt:1.7.2'
runtime 'org.codehaus.jackson:jackson-core-asl:1.9.12'
runtime 'org.codehaus.jackson:jackson-mapper-asl:1.9.12'
compile 'org.codehaus.jackson:jackson-core-asl:1.9.12'
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.12'
// GemFire
compile("com.gemstone.gemfire:gemfire:$gemfireVersion")