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
114
115
</dependencies >
115
116
</dependencyManagement >
116
117
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 >
117
126
118
127
<build >
119
128
<plugins >
You can’t perform that action at this time.
0 commit comments