benchmarks/matrix-multiplication/pom.xml
branchmodel
changeset 1057 1399e7531fb3
parent 986 6cc579ba2472
child 1060 e3845e4f0ec8
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Sun Apr 14 22:35:00 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>