This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 185c3a06e add explicit dependency on xalan:serializer because 2.7.3 of
xalan:xalan in its pom no longer has that dependency
185c3a06e is described below
commit 185c3a06e7e852bc9db467a8ec59c12140a0c3bb
Author: Jaikiran Pai <[email protected]>
AuthorDate: Wed Aug 16 13:35:55 2023 +0530
add explicit dependency on xalan:serializer because 2.7.3 of xalan:xalan in
its pom no longer has that dependency
---
src/etc/poms/ant-apache-xalan2/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml
b/src/etc/poms/ant-apache-xalan2/pom.xml
index 52ca3e42e..7f1a02559 100644
--- a/src/etc/poms/ant-apache-xalan2/pom.xml
+++ b/src/etc/poms/ant-apache-xalan2/pom.xml
@@ -48,6 +48,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/m
<version>2.7.3</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.3</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>