Skip to content

Commit

Permalink
0.19.8
Browse files Browse the repository at this point in the history
Update sdk to fix subscriptions not updating when connection to broker is lost.
  • Loading branch information
a-hansen authored Nov 5, 2020
1 parent 95814d5 commit b65498d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ apply plugin: 'java-library'
mainClassName = 'org.dsa.iot.etsdb.Main'
sourceCompatibility = 1.7
targetCompatibility = 1.7
version = '0.19.7'
version = '0.19.8'

repositories {
mavenLocal()
jcenter()
}

wrapper {
gradleVersion = '6.2.2'
gradleVersion = '6.7'
}

dependencies {
compileOnly 'com.google.code.findbugs:annotations:[3.0.1,)'
api 'org.iot-dsa:commons:0.23.2'
api 'org.iot-dsa:dslink:0.23.2'
api 'org.iot-dsa:historian:0.23.2'
api 'org.iot-dsa:commons:0.24.1'
api 'org.iot-dsa:historian:0.24.1'
}

run {
Expand Down
6 changes: 2 additions & 4 deletions tool/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
apply plugin: 'java'

repositories {
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
mavenLocal()
jcenter()
}

dependencies {
Expand Down

0 comments on commit b65498d

Please sign in to comment.