File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments