Replace the use of apache.commons.lang with lang3 or text.

Change-Id: I1da8cb68774c6a613c8c881d50cf51da711b21db
diff --git a/pom.xml b/pom.xml
index 46382fe..3aa2841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,6 +611,11 @@
 			<artifactId>commons-text</artifactId>
 			<version>1.14.0</version>
 		</dependency>
+		<dependency>
+		  <groupId>org.apache.commons</groupId>
+		  <artifactId>commons-lang3</artifactId>
+		  <version>3.18.0</version>
+		</dependency>
 
 		<!-- LDAP -->
 		<dependency>