File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ eclipse {
12
12
}
13
13
}
14
14
15
- ext {
16
- pangVersion= ' 1.0.0-SNAPSHOT'
17
- }
18
-
19
15
configurations. all {
20
16
resolutionStrategy. cacheChangingModulesFor 0 , ' seconds'
21
17
}
@@ -24,17 +20,19 @@ repositories {
24
20
mavenLocal()
25
21
mavenCentral()
26
22
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/"
28
24
}
29
25
}
30
26
31
27
dependencies {
32
28
compile (" mysql:mysql-connector-java:5.1.36" )
33
29
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'
35
33
}
36
34
37
- version = ' 1.0.0-SNAPSHOT '
35
+ version = ' 1.0.0-RELEASE '
38
36
39
37
jar {
40
38
manifest. attributes provider : ' pangdata.com'
Original file line number Diff line number Diff line change 1
1
# Prever.io reserved properties
2
2
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
4
4
# Data sending schedule period(seconds)
5
5
pang.period = 10
6
6
You can’t perform that action at this time.
0 commit comments