We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468ed07 commit 1bc5f51Copy full SHA for 1bc5f51
build.gradle
@@ -5,7 +5,10 @@ plugins {
5
}
6
7
repositories {
8
- mavenCentral()
+ maven {
9
+ url = "https://repo.maven.apache.org/maven2/"
10
+ allowInsecureProtocol = true
11
+ }
12
13
14
group = "org.indilib.i4j"
@@ -17,7 +20,7 @@ targetCompatibility = 1.8
17
20
18
21
dependencies {
19
22
api "org.slf4j:slf4j-api:1.7.32"
- api "org.glassfish.tyrus:tyrus-client:2.0.0"
23
+ api "org.glassfish.tyrus:tyrus-client:2.0.1"
24
implementation("com.thoughtworks.xstream:xstream:1.4.18")
25
26
0 commit comments