Skip to content

Commit 3b5adcf

Browse files
committed
Polishing.
See #2998
1 parent 3409ee0 commit 3b5adcf

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

@@ -224,4 +224,11 @@
224224
</repository>
225225
</repositories>
226226

227+
<pluginRepositories>
228+
<pluginRepository>
229+
<id>spring-milestone</id>
230+
<url>https://repo.spring.io/milestone</url>
231+
</pluginRepository>
232+
</pluginRepositories>
233+
227234
</project>

0 commit comments

Comments
 (0)