vm/pom.xml
branchemul
changeset 93 a236a9f137ac
parent 91 f3b685bd7243
child 100 029e6eed60e9
     1.1 --- a/vm/pom.xml	Wed Oct 03 08:05:24 2012 -0700
     1.2 +++ b/vm/pom.xml	Mon Oct 08 17:10:27 2012 -0700
     1.3 @@ -92,5 +92,11 @@
     1.4        <version>1.0-SNAPSHOT</version>
     1.5        <type>jar</type>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +      <artifactId>emul</artifactId>
    1.10 +      <version>1.0-SNAPSHOT</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>