pom.xml
branchpreprocess
changeset 489 a585b9c9a75b
parent 486 d463a2c42649
child 511 780f66d8ed29
     1.1 --- a/pom.xml	Fri Jan 24 08:24:33 2014 +0100
     1.2 +++ b/pom.xml	Fri Jan 24 10:18:40 2014 +0100
     1.3 @@ -185,6 +185,11 @@
     1.4              <version>20080701</version>
     1.5          </dependency>
     1.6          <dependency>
     1.7 +            <groupId>org.ow2.asm</groupId>
     1.8 +            <artifactId>asm</artifactId>
     1.9 +            <version>4.1</version>
    1.10 +        </dependency>
    1.11 +        <dependency>
    1.12            <groupId>org.netbeans.api</groupId>
    1.13            <artifactId>org-netbeans-modules-classfile</artifactId>
    1.14            <version>${netbeans.version}</version>