This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push: new cf9c2a36 Fix latest Xalan cf9c2a36 is described below commit cf9c2a362456b191ac71805d5592c65e201f0894 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Sat Oct 5 11:12:24 2024 -1000 Fix latest Xalan --- modules/rampart-trust/pom.xml | 5 +++++ pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/modules/rampart-trust/pom.xml b/modules/rampart-trust/pom.xml index 630d054a..14ac7d0f 100644 --- a/modules/rampart-trust/pom.xml +++ b/modules/rampart-trust/pom.xml @@ -113,6 +113,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>serializer</artifactId> + <scope>runtime</scope> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> diff --git a/pom.xml b/pom.xml index 2a707057..c933da31 100644 --- a/pom.xml +++ b/pom.xml @@ -514,6 +514,11 @@ <artifactId>xalan</artifactId> <version>2.7.3</version> </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>serializer</artifactId> + <version>2.7.3</version> + </dependency> <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-impl</artifactId>