vm/pom.xml
branchstrings
changeset 91 f3b685bd7243
parent 41 db31d4001c21
child 93 a236a9f137ac
     1.1 --- a/vm/pom.xml	Fri Sep 28 09:29:53 2012 +0200
     1.2 +++ b/vm/pom.xml	Wed Oct 03 08:05:24 2012 -0700
     1.3 @@ -86,5 +86,11 @@
     1.4        <artifactId>org-netbeans-modules-classfile</artifactId>
     1.5        <type>jar</type>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +      <artifactId>core</artifactId>
    1.10 +      <version>1.0-SNAPSHOT</version>
    1.11 +      <type>jar</type>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>