File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
3
4
4
5
<modelVersion >4.0.0</modelVersion >
5
6
116
117
</dependencies >
117
118
</dependencyManagement >
118
119
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 >
119
128
120
129
<build >
121
130
<plugins >
You can’t perform that action at this time.
0 commit comments