rt/vm8/pom.xml
branchjdk8
changeset 1654 da24a2411ee7
parent 1639 4b09a4b689a4
child 1656 589affbf39a2
     1.1 --- a/rt/vm8/pom.xml	Thu Jun 26 23:54:17 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sun Aug 10 07:12:30 2014 +0200
     1.3 @@ -35,5 +35,12 @@
     1.4              <scope>test</scope>
     1.5              <type>jar</type>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>org.ow2.asm</groupId>
     1.9 +            <artifactId>asm-debug-all</artifactId>
    1.10 +            <version>4.1</version>
    1.11 +            <scope>test</scope>
    1.12 +            <type>jar</type>
    1.13 +        </dependency>
    1.14      </dependencies>
    1.15  </project>
    1.16 \ No newline at end of file