2011-04-18 13:17:44 +00:00
|
|
|
From 2fbf5b756733d623079d9764bb9371742b6bc42b Mon Sep 17 00:00:00 2001
|
2011-03-29 13:49:19 +00:00
|
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
2011-04-18 13:17:44 +00:00
|
|
|
Date: Mon, 18 Apr 2011 15:06:00 +0200
|
2011-03-29 13:49:19 +00:00
|
|
|
Subject: [PATCH 2/2] Remove htmlunit dependency
|
|
|
|
|
|
|
|
---
|
2011-04-18 13:17:44 +00:00
|
|
|
surefire-integration-tests/pom.xml | 6 ------
|
|
|
|
surefire-setup-integration-tests/pom.xml | 6 ------
|
|
|
|
2 files changed, 0 insertions(+), 12 deletions(-)
|
2011-03-29 13:49:19 +00:00
|
|
|
|
|
|
|
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
|
2011-04-18 13:17:44 +00:00
|
|
|
index 594c0dc..79b299e 100644
|
2011-03-29 13:49:19 +00:00
|
|
|
--- a/surefire-integration-tests/pom.xml
|
|
|
|
+++ b/surefire-integration-tests/pom.xml
|
2011-04-18 13:17:44 +00:00
|
|
|
@@ -51,12 +51,6 @@
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency -->
|
|
|
|
<dependency>
|
|
|
|
- <groupId>net.sourceforge.htmlunit</groupId>
|
|
|
|
- <artifactId>htmlunit</artifactId>
|
|
|
|
- <version>2.8</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml
|
|
|
|
index 6face0e..fec0de6 100644
|
|
|
|
--- a/surefire-setup-integration-tests/pom.xml
|
|
|
|
+++ b/surefire-setup-integration-tests/pom.xml
|
|
|
|
@@ -90,12 +90,6 @@
|
2011-03-29 13:49:19 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
- <groupId>net.sourceforge.htmlunit</groupId>
|
|
|
|
- <artifactId>htmlunit</artifactId>
|
|
|
|
- <version>2.8</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
--
|
2011-04-18 13:17:44 +00:00
|
|
|
1.7.4.4
|
2011-03-29 13:49:19 +00:00
|
|
|
|