Skip to content

Commit a4c1d4e

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

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

@@ -116,6 +117,14 @@
116117
</dependencies>
117118
</dependencyManagement>
118119

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

120129
<build>
121130
<plugins>

0 commit comments

Comments
 (0)