Need URI and URLConnection closure
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 05 May 2014 08:42:33 +0200
branchclosure
changeset 1524ed9f8f93960f
parent 1523 d1eeb43a75a3
child 1525 777bd3ed81ba
Need URI and URLConnection
rt/emul/brwsrtest/pom.xml
     1.1 --- a/rt/emul/brwsrtest/pom.xml	Mon May 05 08:36:50 2014 +0200
     1.2 +++ b/rt/emul/brwsrtest/pom.xml	Mon May 05 08:42:33 2014 +0200
     1.3 @@ -48,5 +48,11 @@
     1.4        <version>${project.version}</version>
     1.5        <scope>provided</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>${project.groupId}</groupId>
     1.9 +      <artifactId>emul</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>