DRILL-1493: Upgrade ASM to 5.0
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/c05dd756 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/c05dd756 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/c05dd756 Branch: refs/heads/master Commit: c05dd7568ca57285cdfa87cbab975018a601528d Parents: 3ce0969 Author: Aditya Kishore <adi...@maprtech.com> Authored: Fri Oct 3 15:32:46 2014 -0700 Committer: Aditya Kishore <adi...@maprtech.com> Committed: Thu Oct 9 13:59:14 2014 -0700 ---------------------------------------------------------------------- exec/java-exec/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/c05dd756/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 6e8e704..d05e4c6 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -24,12 +24,12 @@ <!-- <dependency> --> <!-- <groupId>org.ow2.asm</groupId> --> <!-- <artifactId>asm-util</artifactId> --> - <!-- <version>4.1</version> --> + <!-- <version>5.0.3</version> --> <!-- </dependency> --> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-debug-all</artifactId> - <version>4.1</version> + <version>5.0.3</version> <!-- <scope>test</scope> --> </dependency> <dependency> @@ -47,7 +47,7 @@ <!-- <dependency> --> <!-- <groupId>org.ow2.asm</groupId> --> <!-- <artifactId>asm-commons</artifactId> --> - <!-- <version>4.1</version> --> + <!-- <version>5.0.3</version> --> <!-- </dependency> --> <dependency> <groupId>org.apache.commons</groupId>