Skip to content

Commit 827b282

Browse files
committed
Polishing.
Move spring-instrument into test dependencies to eagerly resolve the dependency instead of using plugin-repositories. See #2998
1 parent e1c1196 commit 827b282

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
34

45
<modelVersion>4.0.0</modelVersion>
56

@@ -114,6 +115,14 @@
114115
</dependencies>
115116
</dependencyManagement>
116117

118+
<dependencies>
119+
<dependency>
120+
<groupId>org.springframework</groupId>
121+
<artifactId>spring-instrument</artifactId>
122+
<version>${spring}</version>
123+
<scope>test</scope>
124+
</dependency>
125+
</dependencies>
117126

118127
<build>
119128
<plugins>

0 commit comments

Comments
 (0)