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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new bd44010  Add missing cxf-rt-rs-security-xml dep to bom (#765)
bd44010 is described below

commit bd4401095f780949458544c8769c879a331197c4
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 ed3c752..95938a1 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