File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/it/MPMD-318-auxclasspath-includeTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ under the License.
46
46
<dependency >
47
47
<groupId >commons-io</groupId >
48
48
<artifactId >commons-io</artifactId >
49
- <version >2.7 </version >
49
+ <version >2.14.0 </version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
</dependencies >
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ assert 2 == auxclasspathLog.count( 'org/apache/commons/commons-lang3/3.8.1/commo
41
41
// provided
42
42
assert 2 == auxclasspathLog. count( ' javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar' )
43
43
// test
44
- assert 2 == auxclasspathLog. count( ' commons-io/commons-io/2.7 /commons-io-2.7 .jar' )
44
+ assert 2 == auxclasspathLog. count( ' commons-io/commons-io/2.14.0 /commons-io-2.14.0 .jar' )
You can’t perform that action at this time.
0 commit comments