Skip to content
Snippets Groups Projects
Commit 5da7b255 authored by Sören Henning's avatar Sören Henning
Browse files

Replace jCenter by mavenCentral

parent 4eca1a9b
No related branches found
No related tags found
1 merge request!208Add benchmark implementations for Hazelcast Jet
Pipeline #6060 passed
......@@ -7,7 +7,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
......
......@@ -3,7 +3,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
......@@ -20,5 +20,4 @@ dependencies {
implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2'
implementation 'io.confluent:kafka-avro-serializer:5.3.0'
implementation 'org.slf4j:slf4j-api:1.7.25'
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment