We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ece35 commit 0fa05d9Copy full SHA for 0fa05d9
ds3-sdk-integration/build.gradle
@@ -0,0 +1,3 @@
1
+dependencies {
2
+ compile 'commons-codec:commons-codec:1.10'
3
+}
ds3-sdk/build.gradle
@@ -40,7 +40,7 @@ artifacts {
40
41
dependencies {
42
compile 'org.apache.httpcomponents:httpclient:4.3.2'
43
- compile 'commons-codec:commons-codec:1.8'
44
compile 'commons-io:commons-io:2.1'
45
compile 'org.codehaus.woodstox:woodstox-core-asl:4.2.0'
46
compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.5.0'
0 commit comments