From 4efecf8305b3416c5dfc83ad8a6453e303ef5cf5 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Wed, 13 Nov 2024 18:47:36 +0100 Subject: [PATCH] Try explicit repositories in stubrunner-boot. --- .../pom.xml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/spring-cloud-contract-stub-runner-boot/pom.xml b/spring-cloud-contract-stub-runner-boot/pom.xml index f325df731c..1159b9001f 100644 --- a/spring-cloud-contract-stub-runner-boot/pom.xml +++ b/spring-cloud-contract-stub-runner-boot/pom.xml @@ -58,4 +58,40 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + +