Skip to content

Commit 2adba6b

Browse files
authored
Update pom.xml
Re-added commons-lang dependency
1 parent 3f9069e commit 2adba6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
<artifactId>commons-beanutils</artifactId>
118118
<version>1.9.4</version>
119119
</dependency>
120+
<dependency>
121+
<groupId>commons-lang</groupId>
122+
<artifactId>commons-lang</artifactId>
123+
<version>2.6</version>
124+
</dependency>
120125
<dependency>
121126
<groupId>org.mule.connectors</groupId>
122127
<artifactId>mule-jms-connector</artifactId>

0 commit comments

Comments
 (0)