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
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 >
You can’t perform that action at this time.
0 commit comments