From c06cc383973f0af28a93a3ae1b4f91cd32fa79c4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 13 Jun 2023 09:28:45 +0200 Subject: [PATCH] Polishing. Move spring-instrument into test dependencies to eagerly resolve the dependency instead of using plugin-repositories. See #2998 --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 107b717d4..6533f40e6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -116,6 +117,14 @@ + + + org.springframework + spring-instrument + ${spring} + test + +