From b048b49a9e2bb2ac6b4018478af0484fc41d52c4 Mon Sep 17 00:00:00 2001 From: Jie Fan Date: Wed, 11 Sep 2019 14:48:20 -0400 Subject: [PATCH] Add sonatype repositories to pom. Adding the sonatype snapshots source would prevent build issues when users add snapshot dependencies. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 13baa4e..5590dfc 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,17 @@ 1.10 4.12 + + + + sonatype + https://oss.sonatype.org/content/groups/public + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + +