|
@@ -232,24 +232,72 @@
|
|
<version>0.9.29</version>
|
|
<version>0.9.29</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-httpclient</groupId>
|
|
|
|
+ <artifactId>commons-httpclient</artifactId>
|
|
|
|
+ <version>3.1</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.11</version>
|
|
<version>4.11</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.codehaus.groovy</groupId>
|
|
|
|
+ <artifactId>groovy</artifactId>
|
|
|
|
+ <version>2.0.5</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.easytesting</groupId>
|
|
<groupId>org.easytesting</groupId>
|
|
<artifactId>fest-assert</artifactId>
|
|
<artifactId>fest-assert</artifactId>
|
|
<version>1.4</version>
|
|
<version>1.4</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.gebish</groupId>
|
|
|
|
+ <artifactId>geb-spock</artifactId>
|
|
|
|
+ <version>0.9.0</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<artifactId>mockito-core</artifactId>
|
|
<version>1.9.5</version>
|
|
<version>1.9.5</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.seleniumhq.selenium</groupId>
|
|
|
|
+ <artifactId>selenium-htmlunit-driver</artifactId>
|
|
|
|
+ <version>2.33.0</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.spockframework</groupId>
|
|
|
|
+ <artifactId>spock-core</artifactId>
|
|
|
|
+ <version>0.7-groovy-2.0</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>junit-dep</artifactId>
|
|
|
|
+ <groupId>junit</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.spockframework</groupId>
|
|
|
|
+ <artifactId>spock-spring</artifactId>
|
|
|
|
+ <version>0.7-groovy-2.0</version>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>junit-dep</artifactId>
|
|
|
|
+ <groupId>junit</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
<artifactId>spring-test</artifactId>
|