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

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

commit 0c03259f979ac34782ff268341337e077133b237
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Sat Mar 26 11:54:10 2022 +0100

    Only relocate what's needed. Avoid side effects
---
 deps/activemq-broker-shade/pom.xml       | 2 +-
 deps/activemq-client-shade/pom.xml       | 2 +-
 deps/activemq-kahadb-store-shade/pom.xml | 2 +-
 deps/activemq-ra-shade/pom.xml           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deps/activemq-broker-shade/pom.xml 
b/deps/activemq-broker-shade/pom.xml
index bb7e3f0..b6c6ca6 100644
--- a/deps/activemq-broker-shade/pom.xml
+++ b/deps/activemq-broker-shade/pom.xml
@@ -64,7 +64,7 @@
               <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
                 <includes>
-                  <include>org.apache.activemq:*</include> <!-- only this dep 
to make sure we don't add other things -->
+                  <include>org.apache.activemq:activemq-broker</include> <!-- 
only this dep to make sure we don't add other things -->
                 </includes>
               </artifactSet>
               <transformers>
diff --git a/deps/activemq-client-shade/pom.xml 
b/deps/activemq-client-shade/pom.xml
index 8547cc0..ddb78ce 100644
--- a/deps/activemq-client-shade/pom.xml
+++ b/deps/activemq-client-shade/pom.xml
@@ -78,7 +78,7 @@
               <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
                 <includes>
-                  <include>org.apache.activemq:*</include> <!-- only this dep 
to make sure we don't add other things -->
+                  <include>org.apache.activemq:activemq-client</include> <!-- 
only this dep to make sure we don't add other things -->
                 </includes>
               </artifactSet>
               <transformers>
diff --git a/deps/activemq-kahadb-store-shade/pom.xml 
b/deps/activemq-kahadb-store-shade/pom.xml
index b244fe2..1ddab16 100644
--- a/deps/activemq-kahadb-store-shade/pom.xml
+++ b/deps/activemq-kahadb-store-shade/pom.xml
@@ -77,7 +77,7 @@
               <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
                 <includes>
-                  <include>org.apache.activemq:*</include> <!-- only this dep 
to make sure we don't add other things -->
+                  <include>org.apache.activemq:activemq-kahadb-store</include> 
<!-- only this dep to make sure we don't add other things -->
                 </includes>
               </artifactSet>
               <transformers>
diff --git a/deps/activemq-ra-shade/pom.xml b/deps/activemq-ra-shade/pom.xml
index 40fd1be..40b768a 100644
--- a/deps/activemq-ra-shade/pom.xml
+++ b/deps/activemq-ra-shade/pom.xml
@@ -76,7 +76,7 @@
               <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
                 <includes>
-                  <include>org.apache.activemq:*</include> <!-- only this dep 
to make sure we don't add other things -->
+                  <include>org.apache.activemq:activemq-ra</include> <!-- only 
this dep to make sure we don't add other things -->
                 </includes>
               </artifactSet>
               <transformers>

Reply via email to