Skip to content

Commit 06a2e8b

Browse files
committed
[pom] Override commons lang2 to 2.6
1 parent 95176c4 commit 06a2e8b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

pom.xml

+10-4
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
<collections.version>3.2.2</collections.version>
187187
<digester.version>2.1</digester.version>
188188
<io.version>2.11.0</io.version>
189+
<lang2.version>2.6</lang2.version>
189190
<lang3.version>3.12.0</lang3.version>
190191
</properties>
191192

@@ -385,10 +386,10 @@
385386
<artifactId>maven-artifact-transfer</artifactId>
386387
<version>${mavenTransferVersion}</version>
387388
<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>
392393
</exclusions>
393394
</dependency>
394395
<dependency>
@@ -509,6 +510,11 @@
509510
<artifactId>commons-io</artifactId>
510511
<version>${io.version}</version>
511512
</dependency>
513+
<dependency>
514+
<groupId>commons-lang</groupId>
515+
<artifactId>commons-lang</artifactId>
516+
<version>${lang2.version}</version>
517+
</dependency>
512518
<dependency>
513519
<groupId>org.apache.commons</groupId>
514520
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)