From 6eccf7585b1fc4428c4f3ba9ab7c124c48234c44 Mon Sep 17 00:00:00 2001 From: Li Zhanhui Date: Wed, 30 May 2018 17:55:27 +0800 Subject: [PATCH] Explicitly specify repository from oss.sonatype.org as snapshot artifacts are deployed over there --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 1f9ce567..ef4f9fd3 100644 --- a/pom.xml +++ b/pom.xml @@ -606,4 +606,11 @@ + + + + snapshot@oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots/ + + -- GitLab