emul/pom.xml
branchemul
changeset 93 a236a9f137ac
parent 58 2ca1bb929895
child 112 30eaae00f967
     1.1 --- a/emul/pom.xml	Sat Sep 29 07:49:34 2012 +0200
     1.2 +++ b/emul/pom.xml	Mon Oct 08 17:10:27 2012 -0700
     1.3 @@ -22,6 +22,12 @@
     1.4        <version>3.8.1</version>
     1.5        <scope>test</scope>
     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    <build>
    1.15        <plugins>