From 5e0182ac24243175adf56f854b77bb277fdea62b Mon Sep 17 00:00:00 2001 From: Stefan Guilhen Date: Tue, 31 Jan 2023 11:47:19 -0300 Subject: [PATCH] Adds com.sun.xml.ws.rt dependency to saml-core-api Closes #16743 --- pom.xml | 24 ++++++++++++++++++++++++ saml-core-api/pom.xml | 4 ++++ 2 files changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index bd8003579e0..b7efbb68ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,7 @@ 3.0.10 2.0.1 2.3.3-b02 + 4.0.0 1.3.2 1.2.2 2.3.3-b02 @@ -366,6 +367,29 @@ rngom ${sun.xml.bind.version} + + com.sun.xml.ws + rt + ${sun.xml.ws.version} + + + com.fasterxml.woodstox + woodstox-core + + + org.glassfish.jaxb + txw2 + + + org.glassfish.ha + ha-api + + + com.sun.xml.messaging.saaj + saaj-impl + + + org.glassfish.jaxb xsom diff --git a/saml-core-api/pom.xml b/saml-core-api/pom.xml index e1d7f10101f..392c6b495ff 100755 --- a/saml-core-api/pom.xml +++ b/saml-core-api/pom.xml @@ -61,6 +61,10 @@ com.sun.xml.messaging.saaj saaj-impl + + com.sun.xml.ws + rt +