You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/08/17 11:50:31 UTC

[cxf] branch master updated: removed httpunit/ jtidy from parent, only in use in systests-transport and should not be used for new tests

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new fe5603d  removed httpunit/ jtidy from parent, only in use in systests-transport and should not be used for new tests
fe5603d is described below

commit fe5603d060881cf801db69ade3f9790423d48094
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Aug 17 13:50:19 2018 +0200

    removed httpunit/ jtidy from parent, only in use in systests-transport and should not be used for new tests
---
 parent/pom.xml              | 28 ----------------------------
 systests/transports/pom.xml | 20 +++++++++++++++-----
 2 files changed, 15 insertions(+), 33 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 39fcbca..27c8106 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1478,34 +1478,6 @@
                 <version>${cxf.maven.core.version}</version>
             </dependency>
             <dependency>
-                <groupId>httpunit</groupId>
-                <artifactId>httpunit</artifactId>
-                <version>1.7</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.servlet</groupId>
-                        <artifactId>servlet-api</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xercesImpl</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>xerces</groupId>
-                        <artifactId>xmlParserAPIs</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>jtidy</groupId>
-                        <artifactId>jtidy</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>jtidy</groupId>
-                <artifactId>jtidy</artifactId>
-                <version>4aug2000r7-dev</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant</artifactId>
                 <version>1.10.1</version>
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 446c292..89b7224 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -219,12 +219,22 @@
         <dependency>
             <groupId>httpunit</groupId>
             <artifactId>httpunit</artifactId>
+            <version>1.7</version>
             <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>nekohtml</groupId>
-            <artifactId>nekohtml</artifactId>
-            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xmlParserAPIs</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>