This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 330ff87 we require Java 7 now (#5)
330ff87 is described below
commit 330ff87963768a6c0ca388cf4b1eba7764ac058e
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Mar 17 09:55:29 2020 -0400
we require Java 7 now (#5)
* we require Java 7 now
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index e08c190..94d7362 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>