Merge pull request #731 from ericvergnaud/enable-browser-javascript-testing

enable testing of javascript runtime in browsers
This commit is contained in:
ericvergnaud 2014-10-04 21:27:56 +08:00
commit 343a10a1b3
1 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,18 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.43.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.1.16.v20140903</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>