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/22 09:22:17 UTC

[cxf] branch master updated: remove nekohtml, not used anywhere

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 2c53a23  remove nekohtml, not used anywhere
2c53a23 is described below

commit 2c53a23f13a313d8a5447d5628cd3fcc937e57c2
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Wed Aug 22 11:20:29 2018 +0200

    remove nekohtml, not used anywhere
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d2b603e..c936890 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1383,11 +1383,6 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>nekohtml</groupId>
-                <artifactId>nekohtml</artifactId>
-                <version>1.9.6.2</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-compat</artifactId>
                 <version>${cxf.maven.core.version}</version>