rt/emul/zip/pom.xml
branchclosure
changeset 1551 0002739b6d1f
parent 1549 3f4c143ff8f0
child 1553 18ad02fdd1ef
     1.1 --- a/rt/emul/zip/pom.xml	Wed May 07 16:47:24 2014 +0200
     1.2 +++ b/rt/emul/zip/pom.xml	Fri May 09 08:37:20 2014 +0200
     1.3 @@ -47,5 +47,11 @@
     1.4              <scope>test</scope>
     1.5              <type>jar</type>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +            <artifactId>vm4brwsr</artifactId>
    1.10 +            <version>${project.version}</version>
    1.11 +            <type>jar</type>
    1.12 +        </dependency>
    1.13      </dependencies>
    1.14 -</project>
    1.15 \ No newline at end of file
    1.16 +</project>