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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4d3cf6105c1e5c8906b899296bd493b9890d55e1
Author: Jan <[email protected]>
AuthorDate: Fri Mar 26 17:02:28 2021 -0500

    Add missing cxf-rt-rs-security-xml dep to bom (#765)
    
    Add missing artifact to bom: 
https://github.com/apache/cxf/blob/master/rt/rs/security/xml/pom.xml#L22
---
 bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bom/pom.xml b/bom/pom.xml
index 0ccfb25..eb84100 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -241,6 +241,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
+                <artifactId>cxf-rt-rs-security-xml</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-security-saml</artifactId>
                 <version>${project.version}</version>
             </dependency>

Reply via email to