Skip to content

Commit

Permalink
Merge pull request #662 from arunagrawal84/3.11
Browse files Browse the repository at this point in the history
update dependency
  • Loading branch information
arunagrawal-84 authored Feb 28, 2018
2 parents 5113133 + 0f3a46a commit f291f28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {
compile 'org.apache.commons:commons-lang3:3.5'
compile 'commons-logging:commons-logging:1.2'
compile 'org.apache.commons:commons-collections4:4.1'
compile 'commons-io:commons-io:2.5'
compile 'commons-io:commons-io:2.6'
compile 'commons-cli:commons-cli:1.4'
compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.sun.jersey.contribs:jersey-multipart:1.19.4'
Expand All @@ -32,13 +32,13 @@ allprojects {
compile 'com.sun.jersey.contribs:jersey-guice:1.19.4'
compile 'com.google.guava:guava:21.0'
compile 'com.google.code.findbugs:jsr305:3.0.2'
compile 'com.amazonaws:aws-java-sdk:1.11.211'
compile 'com.amazonaws:aws-java-sdk:1.11.264'
compile 'com.google.inject:guice:4.1.0'
compile 'com.google.inject.extensions:guice-servlet:4.1.0'
compile 'org.quartz-scheduler:quartz:2.2.3'
compile 'com.googlecode.json-simple:json-simple:1.1.1'
compile 'org.xerial.snappy:snappy-java:1.1.2.6'
compile 'org.yaml:snakeyaml:1.18'
compile 'org.yaml:snakeyaml:1.19'
compile 'org.apache.cassandra:cassandra-all:2.1.17'
compile 'javax.ws.rs:jsr311-api:1.1.1'
compile 'joda-time:joda-time:2.9.9'
Expand Down

0 comments on commit f291f28

Please sign in to comment.