File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 141141 <type >pom</type >
142142 <scope >import</scope >
143143 </dependency >
144+
145+ <dependency >
146+ <groupId >commons-io</groupId >
147+ <artifactId >commons-io</artifactId >
148+ <version >${commons-io.version} </version >
149+ </dependency >
144150 </dependencies >
145151 </dependencyManagement >
146152
147153 <dependencies >
148154
149- <dependency >
150- <groupId >commons-io</groupId >
151- <artifactId >commons-io</artifactId >
152- <version >${commons-io.version} </version >
153- </dependency >
154155 <dependency >
155156 <groupId >org.springframework</groupId >
156157 <artifactId >spring-core</artifactId >
Original file line number Diff line number Diff line change 4949 <scope >test</scope >
5050 </dependency >
5151
52+ <dependency >
53+ <groupId >commons-io</groupId >
54+ <artifactId >commons-io</artifactId >
55+ <scope >test</scope >
56+ </dependency >
57+
5258 <!-- // XML-->
5359 <dependency >
5460 <groupId >org.jdom</groupId >
You can’t perform that action at this time.
0 commit comments