fix ClassNotFoundException

This commit is contained in:
Sebastian Sdorra
2013-05-17 17:20:46 +02:00
parent a6dc335f50
commit f49c233fca

View File

@@ -318,13 +318,6 @@
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.48</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>