enable testing of javascript runtime in browsers

This commit is contained in:
ericvergnaud 2014-10-04 11:46:53 +08:00
parent 84fbdc8038
commit 7841db1eeb
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>