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 {
1212 }
1313}
1414
15- ext {
16- pangVersion= ' 1.0.0-SNAPSHOT'
17- }
18-
1915configurations. 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
3127dependencies {
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
3937jar {
4038 manifest. attributes provider : ' pangdata.com'
Original file line number Diff line number Diff line change 11# Prever.io reserved properties
22pang.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)
55pang.period = 10
66
You can’t perform that action at this time.
0 commit comments