Skip to content

Commit 693d100

Browse files
committed
fixed pom chaos
1 parent a294cef commit 693d100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
<version>2.3.3</version>
9191
</dependency>
9292
<dependency>
93-
<groupId>org.apache.commons</groupId>
94-
<artifactId>commons-lang3</artifactId>
95-
<version>3.11</version>
93+
<groupId>commons-lang</groupId>
94+
<artifactId>commons-lang</artifactId>
95+
<version>2.6</version>
9696
<type>jar</type>
9797
</dependency>
9898
</dependencies>

0 commit comments

Comments
 (0)