Repository: crunch Updated Branches: refs/heads/master 387068d4e -> 5d9432fbc
CRUNCH-574: Upgraded the commons-lang dependency to 2.6 courtesy of Sean Owen (srowen) Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/5d9432fb Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/5d9432fb Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/5d9432fb Branch: refs/heads/master Commit: 5d9432fbc709fc60592ada0f545f03bed770682c Parents: 387068d Author: Micah Whitacre <[email protected]> Authored: Mon Oct 19 08:57:47 2015 -0500 Committer: Micah Whitacre <[email protected]> Committed: Mon Oct 19 08:57:47 2015 -0500 ---------------------------------------------------------------------- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/5d9432fb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a62f949..0758e43 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ under the License. --> <guava.version>11.0.2</guava.version> <commons-io.version>2.1</commons-io.version> - <commons-lang.version>2.4</commons-lang.version> + <commons-lang.version>2.6</commons-lang.version> <commons-codec.version>1.4</commons-codec.version> <commons-httpclient.version>3.0.1</commons-httpclient.version> <commons-cli.version>1.2</commons-cli.version> @@ -90,7 +90,6 @@ under the License. <hadoop.version>2.5.2</hadoop.version> <hbase.version>1.0.0</hbase.version> - <commons-lang.version>2.5</commons-lang.version> <avro.classifier>hadoop2</avro.classifier> <scala.base.version>2.10</scala.base.version>
