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 2f62b01 commit e30264eCopy full SHA for e30264e
ds3-utils/build.gradle
@@ -1,14 +1,5 @@
1
dependencies {
2
- // compile 'org.apache.httpcomponents:httpclient:4.5.1'
3
compile 'commons-codec:commons-codec:1.10'
4
- // compile 'commons-io:commons-io:2.4'
5
- // compile 'org.codehaus.woodstox:woodstox-core-asl:4.4.1'
6
- // compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.7.1'
7
compile 'com.google.guava:guava:19.0'
8
- // compile 'com.google.code.findbugs:annotations:3.0.1'
9
- // compile group: 'net.java.dev.jna', name: 'jna-platform', version: '4.2.2'
10
- // compile group: 'net.java.dev.jna', name: 'jna', version: '4.2.2'
11
- // testCompile 'org.hamcrest:hamcrest-library:1.3'
12
- // testCompile group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
13
}
14
0 commit comments