aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorcushon <cushon@google.com>2016-10-21 11:56:46 -0700
committerLiam Miller-Cushon <cushon@google.com>2016-10-21 21:01:59 -0400
commitf3df8fdbd892b5dc7518d25b1495f984d9427745 (patch)
treee440d3c137a198240ca2d536183945011cc75c7d /pom.xml
parente75cc325503ac5004775ff49959590b9c349f517 (diff)
downloadturbine-f3df8fdbd892b5dc7518d25b1495f984d9427745.tar.gz
Upgrade to the debug version of ASM, which includes generic signatures
and fix unnecessary casts. MOE_MIGRATED_REVID=136857315
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 9e26ce3..ddec737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,14 +37,8 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- <version>5.0.3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-util</artifactId>
- <version>5.0.3</version>
+ <artifactId>asm-debug-all</artifactId>
+ <version>5.1</version>
<scope>test</scope>
</dependency>
<dependency>