From 6cf0aab157ffee83e2d2a75bc63c7b3bd43eda61 Mon Sep 17 00:00:00 2001 From: Radek Davidek Date: Mon, 16 Mar 2026 10:43:07 +0100 Subject: [PATCH] poms modified for local dev --- test-harness/pom.xml | 23 +++++++++++------- tests/pom.xml | 55 ++++++++++++++++++++++++++------------------ 2 files changed, 48 insertions(+), 30 deletions(-) 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/ +