Upgraded commons-lang-2.6 to newer commons-lang3-3.4.

This commit is contained in:
Anthony Whitford
2015-09-07 01:09:41 -07:00
parent 3bb716b060
commit 514f8398e2
9 changed files with 15 additions and 15 deletions

View File

@@ -416,8 +416,8 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>