diff --git a/test-harness/pom.xml b/test-harness/pom.xml index 618e703..8703504 100644 --- a/test-harness/pom.xml +++ b/test-harness/pom.xml @@ -391,16 +391,23 @@ false true - central - libs-release - https://artifactory-aws.ux.mbid.cz/artifactory/libs-release + confluent + Confluent Hub + https://packages.confluent.io/maven/ - true - false - snapshots - libs-snapshot - https://artifactory-aws.ux.mbid.cz/artifactory/libs-snapshot + false + true + mcentral + Maven Central + https://repo1.maven.org/maven2/ + + + false + true + mvnrepo + MVN Repository + https://mvnrepository.com/artifact/ diff --git a/tests/pom.xml b/tests/pom.xml index e386412..ef36a59 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -96,28 +96,39 @@ - - - true - - - false - - central - libs-release - https://artifactory-aws.ux.mbid.cz/artifactory/libs-release - - - - false - - - true - - snapshots - libs-snapshot - https://artifactory-aws.ux.mbid.cz/artifactory/libs-snapshot - + + + false + + + true + + confluent + Confluent Hub + https://packages.confluent.io/maven/ + + + + false + + + true + + mcentral + Maven Central + https://repo1.maven.org/maven2/ + + + + false + + + true + + mvnrepo + MVN Repository + https://mvnrepository.com/artifact/ +