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/03/07 12:17:04 UTC

[maven-changes-plugin] branch x created (now 93dc007)

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

elharo pushed a change to branch x
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


      at 93dc007  we require Java 7 now

This branch includes the following new commits:

     new 93dc007  we require Java 7 now

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-changes-plugin] 01/01: we require Java 7 now

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 93dc00740a88a1418aeb307ba1bb03ca4bcd2284
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Mar 7 07:16:51 2020 -0500

    we require Java 7 now
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55104c9..753c695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,18 +337,6 @@ under the License.
       <version>2.0</version>
     </dependency>
 
-    <!-- schema validation dependencies : jaxp 1.3 is not included with jdk 1.4 (start with 1.5) -->
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>1.3.04</version>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.9.1</version>
-    </dependency>
-
     <!-- trac dependencies -->
     <dependency>
       <groupId>org.apache.xmlrpc</groupId>