Skip to content

Commit

Permalink
changing build.gradle as it is causing issues with old cassandra libs
Browse files Browse the repository at this point in the history
  • Loading branch information
easility committed Sep 3, 2013
1 parent be0a695 commit daa413b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -30,7 +30,9 @@ dependencies {
compile (group: 'com.datastax.cassandra', name: 'cassandra-driver-core', version: '1.0.2') {
exclude group: 'org.slf4j'
exclude group: 'log4j'
}
exclude group: 'org.codehaus.jackson'
exclude group: 'org.apache.cassandra'
}
compile group: 'org.javassist', name: 'javassist', version: '3.16.1-GA'
compile group: 'com.google.inject', name: 'guice', version: '3.0'
compile group: 'args4j', name: 'args4j', version: '2.0.16'
Expand Down

0 comments on commit daa413b

Please sign in to comment.