We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25c24f commit 32f876eCopy full SHA for 32f876e
pom.xml
@@ -122,7 +122,7 @@
122
<groupId>org.springframework</groupId>
123
<artifactId>spring-instrument</artifactId>
124
<version>${spring}</version>
125
- <scope>test</scope>
+ <scope>provided</scope>
126
</dependency>
127
</dependencies>
128
@@ -240,4 +240,11 @@
240
</repository>
241
</repositories>
242
243
+ <pluginRepositories>
244
+ <pluginRepository>
245
+ <id>spring-milestone</id>
246
+ <url>https://repo.spring.io/milestone</url>
247
+ </pluginRepository>
248
+ </pluginRepositories>
249
+
250
</project>
0 commit comments