From d5fbf16a5cc287ee58e106c2c8a1060c312d17e8 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 20 Nov 2019 09:59:19 -0600 Subject: [PATCH] #236 - Enable artifactory-maven-plugin. By adding an entry for pluginRepository pointing to https://repo.spring.io/plugins-release, Spring Data R2dbc should be able to successfully pull down the proper version of artifactory-maven-plugin. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index a63d017..be1c048 100644 --- a/pom.xml +++ b/pom.xml @@ -409,4 +409,11 @@ + + + spring-plugins-release + https://repo.spring.io/plugins-release + + +