From 82a22473b18d91cf0aab72d2491dcce4c433cf09 Mon Sep 17 00:00:00 2001 From: Peter Stieglecker Date: Thu, 10 Oct 2024 10:27:27 +0200 Subject: [PATCH 1/2] added plugin repositories --- db-utils/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/db-utils/pom.xml b/db-utils/pom.xml index ee4bf35..2865c0d 100644 --- a/db-utils/pom.xml +++ b/db-utils/pom.xml @@ -30,4 +30,14 @@ + + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + \ No newline at end of file From a935446dcea8c9ac9152a0ebf6e588de8619184b Mon Sep 17 00:00:00 2001 From: Peter Stieglecker Date: Thu, 10 Oct 2024 11:34:47 +0200 Subject: [PATCH 2/2] added pluginRepo to test project --- db-utils-test/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/db-utils-test/pom.xml b/db-utils-test/pom.xml index de5fb3d..717619d 100644 --- a/db-utils-test/pom.xml +++ b/db-utils-test/pom.xml @@ -23,6 +23,15 @@ test + + + sonatype + https://oss.sonatype.org/content/repositories/snapshots + + always + + + src_test