Skip to content

Commit e7d86ce

Browse files
author
Josh
committed
Gradle dependencies changed.
1 parent 27baf34 commit e7d86ce

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ eclipse {
1212
}
1313
}
1414

15-
ext {
16-
pangVersion='1.0.0-SNAPSHOT'
17-
}
18-
1915
configurations.all {
2016
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
2117
}
@@ -24,17 +20,19 @@ repositories {
2420
mavenLocal()
2521
mavenCentral()
2622
maven{
27-
url "http://mini.prever.co.kr:8081/nexus/content/groups/prever-io-public-repository/"
23+
url "http://mini.prever.io:8081/nexus/content/groups/prever-io-public-repository/"
2824
}
2925
}
3026

3127
dependencies {
3228
compile ("mysql:mysql-connector-java:5.1.36")
3329

34-
compile group: 'com.pangdata', name: 'pang-sdk-java', version: '1.0.0-SNAPSHOT'
30+
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
31+
32+
compile group: 'com.pangdata', name: 'pang-sdk-java', version: '1.0.0-RELEASE'
3533
}
3634

37-
version = '1.0.0-SNAPSHOT'
35+
version = '1.0.0-RELEASE'
3836

3937
jar {
4038
manifest.attributes provider: 'pangdata.com'

src/test/resources/pang.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Prever.io reserved properties
22
pang.username=your username in pangdata.com
3-
pang.userkey=-your user key in pangdata.com
3+
pang.userkey=your user key in pangdata.com
44
# Data sending schedule period(seconds)
55
pang.period = 10
66

0 commit comments

Comments
 (0)