You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/08 23:22:55 UTC

[maven-jxr] 01/01: update XML APIs

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

elharo pushed a commit to branch xml
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git

commit 221e22e53a18b30c955f79c6056e205bbc7dbfba
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 8 19:21:45 2020 -0400

    update XML APIs
---
 maven-jxr-plugin/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/maven-jxr-plugin/pom.xml b/maven-jxr-plugin/pom.xml
index 103b383..9008717 100644
--- a/maven-jxr-plugin/pom.xml
+++ b/maven-jxr-plugin/pom.xml
@@ -146,14 +146,9 @@ under the License.
       <artifactId>plexus-utils</artifactId>
     </dependency>
     <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.0.b2</version>
-    </dependency>
-    <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <version>2.7.0</version>
+      <version>2.7.1</version>
     </dependency>
 
     <dependency>