You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/01/01 07:44:11 UTC

[servicemix-bundles] branch master updated: [SM-4283] Include initializer for all opensaml modules

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 3264771  [SM-4283] Include initializer for all opensaml modules
3264771 is described below

commit 3264771541f0e47e859a570988a5760ae85f76a6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jan 1 08:43:43 2020 +0100

    [SM-4283] Include initializer for all opensaml modules
---
 opensaml-3.4.3/pom.xml | 2 +-
 pom.xml                | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/opensaml-3.4.3/pom.xml b/opensaml-3.4.3/pom.xml
index 58ce4f6..6376b9b 100644
--- a/opensaml-3.4.3/pom.xml
+++ b/opensaml-3.4.3/pom.xml
@@ -159,7 +159,7 @@
                             </artifactSet>
                             <filters>
                                 <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <artifact>${pkgGroupId}:*</artifact>
                                     <excludes>
                                         <exclude>**/*.java</exclude>
                                     </excludes>
diff --git a/pom.xml b/pom.xml
index 6255863..cf8679f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@
        <module>spring-security-taglibs-5.2.1.RELEASE</module>
        <module>spring-security-test-5.2.1.RELEASE</module>
        <module>spring-security-web-5.2.1.RELEASE</module>
+       <module>opensaml-3.4.3</module>
     </modules>
 
 </project>