File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 186
186
<collections .version>3.2.2</collections .version>
187
187
<digester .version>2.1</digester .version>
188
188
<io .version>2.11.0</io .version>
189
+ <lang2 .version>2.6</lang2 .version>
189
190
<lang3 .version>3.12.0</lang3 .version>
190
191
</properties >
191
192
385
386
<artifactId >maven-artifact-transfer</artifactId >
386
387
<version >${mavenTransferVersion} </version >
387
388
<exclusions >
388
- <exclusion >
389
- <groupId >org.sonatype.sisu</groupId >
390
- <artifactId >sisu-guice</artifactId >
391
- </exclusion >
389
+ <exclusion >
390
+ <groupId >org.sonatype.sisu</groupId >
391
+ <artifactId >sisu-guice</artifactId >
392
+ </exclusion >
392
393
</exclusions >
393
394
</dependency >
394
395
<dependency >
509
510
<artifactId >commons-io</artifactId >
510
511
<version >${io.version} </version >
511
512
</dependency >
513
+ <dependency >
514
+ <groupId >commons-lang</groupId >
515
+ <artifactId >commons-lang</artifactId >
516
+ <version >${lang2.version} </version >
517
+ </dependency >
512
518
<dependency >
513
519
<groupId >org.apache.commons</groupId >
514
520
<artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments