From fa23c09231f2d52ade5b04221bbc957fd3b86306 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 13 Apr 2022 14:53:17 +0200 Subject: [PATCH] [MNG-7453] Upgrade Maven Resolver to 1.8.0 in maven-4.x Note: current repository change in POM is ONLY to make CI run ITs. This PR is placeholder until maven-resolver 1.8.0 is released, but until then let's see ITs at least. --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5e1dff208c7..06f78f62922a 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,19 @@ under the License. https://maven.apache.org/ref/${project.version}/ 2001 + + + repository.apache.org + https://repository.apache.org/content/repositories/snapshots + + false + + + true + + + + 1.8 1.8 @@ -65,7 +78,7 @@ under the License. 2.0 2.0.0 1.3 - 1.7.3 + 1.8.0-SNAPSHOT 1.7.32 2.6.4 true