Skip to content

Commit e674c3a

Browse files
authored
Updated to public cadence-client library (#16)
1 parent ef30f9b commit e674c3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ repositories {
3030
url "https://plugins.gradle.org/m2/"
3131
}
3232
mavenCentral()
33-
mavenLocal()
3433
}
3534

3635
dependencies {
37-
compile group: 'com.uber', name: 'cadence-client', version: '0.2.0-SNAPSHOT'
36+
compile group: 'com.uber.cadence', name: 'cadence-client', version: '0.1.0'
3837
compile group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.11.274'
3938
compile group: 'commons-configuration', name: 'commons-configuration', version: '1.9'
4039
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'

0 commit comments

Comments
 (0)