Skip to content

Commit 32f876e

Browse files
committed
Polishing.
See #2998
1 parent f25c24f commit 32f876e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<groupId>org.springframework</groupId>
123123
<artifactId>spring-instrument</artifactId>
124124
<version>${spring}</version>
125-
<scope>test</scope>
125+
<scope>provided</scope>
126126
</dependency>
127127
</dependencies>
128128

@@ -240,4 +240,11 @@
240240
</repository>
241241
</repositories>
242242

243+
<pluginRepositories>
244+
<pluginRepository>
245+
<id>spring-milestone</id>
246+
<url>https://repo.spring.io/milestone</url>
247+
</pluginRepository>
248+
</pluginRepositories>
249+
243250
</project>

0 commit comments

Comments
 (0)