vm/pom.xml
changeset 193 c705a447ce71
parent 158 44008c6d0597
parent 151 40f95fe90cdc
child 196 e7ea061e669c
     1.1 --- a/vm/pom.xml	Tue Nov 13 07:48:26 2012 +0100
     1.2 +++ b/vm/pom.xml	Wed Nov 21 23:53:00 2012 +0100
     1.3 @@ -83,11 +83,6 @@
     1.4        </exclusions>
     1.5      </dependency>
     1.6      <dependency>
     1.7 -      <groupId>org.netbeans.api</groupId>
     1.8 -      <artifactId>org-netbeans-modules-classfile</artifactId>
     1.9 -      <type>jar</type>
    1.10 -    </dependency>
    1.11 -    <dependency>
    1.12        <groupId>org.apidesign.bck2brwsr</groupId>
    1.13        <artifactId>core</artifactId>
    1.14        <version>1.0-SNAPSHOT</version>
    1.15 @@ -99,5 +94,10 @@
    1.16        <version>1.0-SNAPSHOT</version>
    1.17        <scope>test</scope>
    1.18      </dependency>
    1.19 +    <dependency>
    1.20 +      <groupId>${project.groupId}</groupId>
    1.21 +      <artifactId>javap</artifactId>
    1.22 +      <version>1.0-SNAPSHOT</version>
    1.23 +    </dependency>
    1.24    </dependencies>
    1.25  </project>