Skip to content
Snippets Groups Projects
Commit 7f3c3b15 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

Merge pull request #38 from robot-mitya/hydro-commons-bug

#37 is fixed
parents d67f23a8 f9acae77
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
*/
task wrapper(type: Wrapper) {
gradleVersion = '1.11'
gradleVersion = '1.12'
}
project.ext {
......
No preview for this file type
#Tue Mar 11 23:34:43 MSK 2014
#Sun Oct 05 13:33:12 MSK 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
......@@ -17,10 +17,11 @@
dependencies {
compile 'io.netty:netty:3.5.2.Final'
compile 'com.google.guava:guava:12.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.codec:1.3.0'
compile 'org.apache.commons:com.springsource.org.apache.commons.io:1.4.0'
compile 'commons-codec:commons-codec:1.8'
compile 'commons-io:commons-io:2.4'
compile 'commons-pool:commons-pool:1.6'
compile 'org.apache.commons:com.springsource.org.apache.commons.lang:2.4.0'
compile 'commons-lang:commons-lang:2.6'
compile project(':gradle_plugins')
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment