Need launcher.http if -Dvmtest.brwsrs is specified model
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 29 Apr 2013 14:34:27 +0200
branchmodel
changeset 10571399e7531fb3
parent 1056 efb74eaf43c4
child 1058 e61f24684a69
Need launcher.http if -Dvmtest.brwsrs is specified
benchmarks/matrix-multiplication/pom.xml
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Mon Apr 29 14:20:14 2013 +0200
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Mon Apr 29 14:34:27 2013 +0200
     1.3 @@ -94,5 +94,11 @@
     1.4        <version>0.7-SNAPSHOT</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>0.7-SNAPSHOT</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>