Fixed dep for testsuite
This commit is contained in:
parent
b9c6d89325
commit
7d726bdc1a
1 changed files with 5 additions and 0 deletions
|
@ -133,6 +133,11 @@
|
|||
<artifactId>arquillian-drone-selenium-server</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.shrinkwrap.resolver</groupId>
|
||||
<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
<artifactId>selenium-java</artifactId>
|
||||
|
|
Loading…
Reference in a new issue