javaquery/api/pom.xml
branchemul
changeset 692 d088fc482c65
parent 621 6daa39b17563
child 769 0c0fe97fe0c7
child 798 c8f432905e66
     1.1 --- a/javaquery/api/pom.xml	Thu Jan 31 16:13:04 2013 +0100
     1.2 +++ b/javaquery/api/pom.xml	Wed Feb 06 18:24:53 2013 +0100
     1.3 @@ -47,21 +47,16 @@
     1.4      </dependency>
     1.5      <dependency>
     1.6        <groupId>org.apidesign.bck2brwsr</groupId>
     1.7 -      <artifactId>core</artifactId>
     1.8 -      <version>0.3-SNAPSHOT</version>
     1.9 +      <artifactId>emul</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +      <classifier>rt</classifier>
    1.12        <type>jar</type>
    1.13 -    </dependency>
    1.14 -    <dependency>
    1.15 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.16 -      <artifactId>emul.mini</artifactId>
    1.17 -      <version>0.3-SNAPSHOT</version>
    1.18 -      <type>jar</type>
    1.19 -      <scope>runtime</scope>
    1.20 +      <scope>compile</scope>
    1.21      </dependency>
    1.22      <dependency>
    1.23        <groupId>org.apidesign.bck2brwsr</groupId>
    1.24        <artifactId>vm4brwsr</artifactId>
    1.25 -      <version>0.3-SNAPSHOT</version>
    1.26 +      <version>${project.version}</version>
    1.27        <type>jar</type>
    1.28        <scope>test</scope>
    1.29      </dependency>