From 7b2f159b0ddd225aad0d39c65e9244eb4eeddff8 Mon Sep 17 00:00:00 2001 From: Leonardo Rivera Date: Tue, 4 Apr 2023 15:02:07 -0400 Subject: [PATCH] add Maven repositories --- pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 72622936..3ba40eab 100644 --- a/pom.xml +++ b/pom.xml @@ -34,11 +34,54 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S - - - dcc-release - https://artifacts.oicr.on.ca/artifactory/dcc-release - + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + false + + + true + + + + + dcc-release + https://artifacts.oicr.on.ca/artifactory/dcc-release + + false + + + + dcc-snapshot + https://artifacts.oicr.on.ca/artifactory/dcc-snapshot + + false + + + true + + + + conjars.org + https://conjars.wensel.net/repo/ + + false + + + false + + +