Need launcher.http to run the tests model
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 29 Apr 2013 14:20:14 +0200
branchmodel
changeset 1056efb74eaf43c4
parent 1055 0d7b63408a1e
child 1057 1399e7531fb3
Need launcher.http to run the tests
javaquery/demo-twitter/pom.xml
     1.1 --- a/javaquery/demo-twitter/pom.xml	Mon Apr 29 13:56:16 2013 +0200
     1.2 +++ b/javaquery/demo-twitter/pom.xml	Mon Apr 29 14:20:14 2013 +0200
     1.3 @@ -141,5 +141,11 @@
     1.4        <version>${project.version}</version>
     1.5        <scope>test</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +      <artifactId>launcher.http</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +      <scope>runtime</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>