aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorcushon <cushon@google.com>2016-09-19 14:52:44 -0700
committerLiam Miller-Cushon <cushon@google.com>2016-09-19 15:06:38 -0700
commit783f80f37ad70eba7fd4b5e11a34854724227bf6 (patch)
tree5692d3881ed3fbd4785f048ae4cbbd0b762ef1b5 /pom.xml
parent38a11c000aff3774567d354577cea2d2af65aaa7 (diff)
downloadturbine-783f80f37ad70eba7fd4b5e11a34854724227bf6.tar.gz
Class file writing
Constant field initializers, annotations, and a bunch of constant pool entry kinds are absent, we won't need them for a bit. MOE_MIGRATED_REVID=133635333
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c7596a8..e7edf35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-util</artifactId>
+ <version>5.0.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>javac</artifactId>
<version>1.9.0-dev-r2973-2</version>