From 827b2820b5e462f82a17549367aa9447696cda32 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 0c28bd64b..f0ed9b426 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -114,6 +115,14 @@ + + + org.springframework + spring-instrument + ${spring} + test + +