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 73711ab commit d3b2720Copy full SHA for d3b2720
build.gradle
@@ -62,8 +62,7 @@ repositories {
62
}
63
64
dependencies {
65
- // TODO: implementation 'com.emc.ecs:smart-client-ecs:3.0.2'
66
- implementation files('smarttest/smart-client-core.jar', 'smarttest/smart-client-ecs.jar', 'smarttest/smart-client-jersey.jar')
+ implementation 'com.emc.ecs:smart-client-ecs:4.0.0-rc.1'
67
implementation 'org.glassfish.jersey.core:jersey-client:2.40'
68
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.40'
69
implementation 'org.glassfish.jersey.media:jersey-media-json-processing:2.40'
0 commit comments