This repository was archived by the owner on Nov 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This is official Java client for [ClusterWS](https://github.com/ClusterWS/Cluste
3030<dependency >
3131 <groupId >com.github.ClusterWS</groupId >
3232 <artifactId >ClusterWS-Client-Java</artifactId >
33- <version >1.3 .0</version >
33+ <version >1.5 .0</version >
3434</dependency >
3535```
3636
@@ -45,7 +45,7 @@ allprojects {
4545}
4646
4747dependencies {
48- compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.3 .0'
48+ compile 'com.github.ClusterWS:ClusterWS-Client-Java:1.5 .0'
4949}
5050```
5151
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ targetCompatibility = 1.8
99
1010repositories {
1111 mavenCentral()
12- mavenLocal()
1312 jcenter()
1413}
1514
@@ -22,7 +21,6 @@ dependencies {
2221 testCompile ' org.mockito:mockito-core:2.7.22'
2322 compile " org.java-websocket:Java-WebSocket:1.3.6"
2423 compile ' com.alibaba:fastjson:1.2.44'
25- deployerJars " org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
2624}
2725
2826task sourcesJar (type : Jar , dependsOn : classes) {
You can’t perform that action at this time.
0 commit comments