Upgrade to commons-lang3 to avoid dependency conv issues.

This commit is contained in:
Tim Donohue
2018-10-19 15:21:53 -05:00
parent b4eac9e5ff
commit 200cede397
181 changed files with 228 additions and 223 deletions

View File

@@ -28,7 +28,7 @@ import javax.naming.ldap.StartTlsResponse;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.dspace.authenticate.factory.AuthenticateServiceFactory;
import org.dspace.authenticate.service.AuthenticationService;