You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/10/08 11:33:57 UTC

[tomee] branch main updated: Revert "TOMEE-4010 - Upgrade xmlsec to 3.0.0"

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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a9009ec76 Revert "TOMEE-4010 - Upgrade xmlsec to 3.0.0"
3a9009ec76 is described below

commit 3a9009ec76572d64da6a53d2eec18176884f1db8
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Sat Oct 8 13:25:18 2022 +0200

    Revert "TOMEE-4010 - Upgrade xmlsec to 3.0.0"
    
    This reverts commit b24bec038c926819987b480d3db3f6c039df0ed2.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dac96f16bb..c7a67387db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1442,7 +1442,7 @@
       <dependency>
         <artifactId>xmlsec</artifactId>
         <groupId>org.apache.santuario</groupId>
-        <version>3.0.0</version>
+        <version>2.2.3</version>
       </dependency>
       <dependency>
         <groupId>wsdl4j</groupId>