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:10:37 +00:00
parent 0665f3ee21
commit 39e0dc438c
97 changed files with 141 additions and 132 deletions

View file

@ -26,7 +26,7 @@ import javax.xml.xpath.XPathExpression;
import javax.xml.xpath.XPathExpressionException;
import javax.xml.xpath.XPathFactory;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;