From a4c1d4ea3000933f88e05b8fe4108865ba625815 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 91916af9b..65312f53b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -116,6 +117,14 @@ + + + org.springframework + spring-instrument + ${spring} + test + +