Update commons-lang to 3.4 (same as used by Jena 3.1.1)

This commit is contained in:
Graham Triggs 2016-12-17 20:11:03 +00:00
parent 319e136b56
commit 06200d37ec
36 changed files with 44 additions and 44 deletions

View file

@ -11,7 +11,7 @@ import edu.cornell.mannlib.vitro.webapp.controller.individuallist.IndividualJson
import edu.cornell.mannlib.vitro.webapp.dao.ObjectPropertyStatementDao;
import edu.cornell.mannlib.vitro.webapp.dao.WebappDaoFactory;
import edu.cornell.mannlib.vitro.webapp.dao.jena.QueryUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.json.JSONException;