rt/emul/mini/pom.xml
changeset 1733 955520296b08
parent 1715 dcd26599413f
child 1757 837ea3e1cbaf
     1.1 --- a/rt/emul/mini/pom.xml	Fri Sep 26 16:27:58 2014 +0200
     1.2 +++ b/rt/emul/mini/pom.xml	Sun Nov 30 16:48:07 2014 +0100
     1.3 @@ -20,11 +20,12 @@
     1.4        <artifactId>core</artifactId>
     1.5        <version>1.0-SNAPSHOT</version>
     1.6        <type>jar</type>
     1.7 +      <scope>provided</scope>
     1.8      </dependency>
     1.9      <dependency>
    1.10        <groupId>org.apidesign.bck2brwsr</groupId>
    1.11        <artifactId>fake</artifactId>
    1.12 -      <version>1.0-SNAPSHOT</version>
    1.13 +      <version>${project.version}</version>
    1.14        <scope>provided</scope>
    1.15        <type>jar</type>
    1.16      </dependency>