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/03/23 14:00:30 UTC

[servicemix-bundles] branch master updated: [SM-4283] Fix opensaml org.opensaml.core.config.Initializer gathering content from opensaml artifacts

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 c8cdf5d  [SM-4283] Fix opensaml org.opensaml.core.config.Initializer gathering content from opensaml artifacts
c8cdf5d is described below

commit c8cdf5d3df389706cb29a1cb8bb42519c29d8570
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 23 14:59:26 2020 +0100

    [SM-4283] Fix opensaml org.opensaml.core.config.Initializer gathering content from opensaml artifacts
---
 opensaml-3.4.5/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/opensaml-3.4.5/pom.xml b/opensaml-3.4.5/pom.xml
index 4f584fe..245dfb3 100644
--- a/opensaml-3.4.5/pom.xml
+++ b/opensaml-3.4.5/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -39,7 +39,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
   </scm>
 
     <properties>
@@ -167,6 +166,9 @@
                                     </excludes>
                                 </filter>
                             </filters>
+                            <transformers>
+                              <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                            </transformers>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                             <createDependencyReducedPom>true</createDependencyReducedPom>
                         </configuration>