From 711ac343fe47da8f23577c5890ba83db2edd8e64 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 6 Apr 2022 09:25:44 -0500 Subject: [PATCH] Fix Micrometer-based deployment issues. When deploying to artifactory, a Micrometer-based plugin can't be found. See #4017. --- spring-data-mongodb-distribution/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/spring-data-mongodb-distribution/pom.xml b/spring-data-mongodb-distribution/pom.xml index 9b3e641ef..0cae3c434 100644 --- a/spring-data-mongodb-distribution/pom.xml +++ b/spring-data-mongodb-distribution/pom.xml @@ -121,4 +121,26 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + +