commit 63b91d3866abed72103a67ec1507a91eddbff635
Author: Paul Hammant <[email protected]>
AuthorDate: Mon Mar 12 21:57:20 2012 -0500
Commit: Paul Hammant <[email protected]>
CommitDate: Tue Mar 13 07:28:51 2012 -0500
JBEHAVE-740: decouple hamcrest
diff --git a/web-io/pom.xml b/web-io/pom.xml
index 0c806ae..72cf22c 100644
--- a/web-io/pom.xml
+++ b/web-io/pom.xml
@@ -11,6 +11,24 @@
<dependencies>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit-dep</artifactId>
+ <version>4.8.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
diff --git a/web-runner/pom.xml b/web-runner/pom.xml
index a580283..f49eff1 100644
--- a/web-runner/pom.xml
+++ b/web-runner/pom.xml
@@ -22,6 +22,24 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit-dep</artifactId>
+ <version>4.8.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ </exclusion>
+ </exclusions>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <version>1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>${wicket.version}</version>
diff --git a/web-selenium/pom.xml b/web-selenium/pom.xml
index 01d94e2..7c003eb 100644
--- a/web-selenium/pom.xml
+++ b/web-selenium/pom.xml
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.seleniumhq.selenium.fluent</groupId>
<artifactId>fluent-selenium</artifactId>
- <version>1.0-beta-5</version>
+ <version>1.0-beta-6</version>
<optional>true</optional>
<exclusions>
<exclusion>