From 485e99baadb4c5dc49b950658beb20b39c8fda79 Mon Sep 17 00:00:00 2001
From: Peter S <78850034+peters-axon@users.noreply.github.com>
Date: Thu, 10 Oct 2024 11:54:01 +0200
Subject: [PATCH] Added plugin repositories. (#3)
* added plugin repositories
* added pluginRepo to test project
---
db-utils-test/pom.xml | 9 +++++++++
db-utils/pom.xml | 10 ++++++++++
2 files changed, 19 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
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