From f6315def9c252d7b3866eb580d4c0c5de003a86e Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Tue, 27 Nov 2018 02:59:03 +0000 Subject: switch to commons lang3 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1230 f203690c-595d-4dc9-a70b-905162fa7fd2 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 41af67c..a876000 100644 --- a/pom.xml +++ b/pom.xml @@ -194,9 +194,9 @@ - commons-lang - commons-lang - 2.6 + org.apache.commons + commons-lang3 + 3.8.1 commons-logging @@ -254,10 +254,10 @@ 128m 512 - http://docs.oracle.com/javase/1.5.0/docs/api/ + https://docs.oracle.com/javase/8/docs/api/ http://docs.oracle.com/javaee/5/api/ - 1.5 + 1.8 public ${basedir}/src/site/javadoc/stylesheet.css -- cgit v1.2.3