htmlpage/pom.xml
branchemul
changeset 100 029e6eed60e9
parent 26 03e4aaa4ef3d
child 106 346633cd13d6
     1.1 --- a/htmlpage/pom.xml	Mon Sep 24 15:06:43 2012 +0200
     1.2 +++ b/htmlpage/pom.xml	Thu Oct 11 06:15:22 2012 -0700
     1.3 @@ -31,6 +31,25 @@
     1.4        <groupId>org.netbeans.api</groupId>
     1.5        <artifactId>org-openide-util-lookup</artifactId>
     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 +    <dependency>
    1.14 +      <groupId>org.apidesign.bck2brwsr</groupId>
    1.15 +      <artifactId>emul</artifactId>
    1.16 +      <version>1.0-SNAPSHOT</version>
    1.17 +      <type>jar</type>
    1.18 +    </dependency>
    1.19 +    <dependency>
    1.20 +      <groupId>org.apidesign.bck2brwsr</groupId>
    1.21 +      <artifactId>vm4brwsr</artifactId>
    1.22 +      <version>0.1-SNAPSHOT</version>
    1.23 +      <type>jar</type>
    1.24 +      <scope>test</scope>
    1.25 +    </dependency>
    1.26    </dependencies>
    1.27      <build>
    1.28          <plugins>