rt/emul/zip/pom.xml
changeset 1942 f8cc2a015ece
parent 1913 37194f101d35
child 1961 e9e1b1e863ba
     1.1 --- a/rt/emul/zip/pom.xml	Fri Mar 25 21:47:32 2016 +0100
     1.2 +++ b/rt/emul/zip/pom.xml	Tue Apr 26 08:05:09 2016 +0200
     1.3 @@ -87,5 +87,13 @@
     1.4              <type>jar</type>
     1.5              <scope>provided</scope>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +            <artifactId>emul</artifactId>
    1.10 +            <version>${project.version}</version>
    1.11 +            <classifier>bck2brwsr</classifier>
    1.12 +            <type>jar</type>
    1.13 +            <scope>test</scope>
    1.14 +        </dependency>
    1.15      </dependencies>
    1.16  </project>