You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/03/25 13:31:21 UTC

[camel-quarkus] branch main updated: Revert "Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling"

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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new d5cdca3  Revert "Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling"
d5cdca3 is described below

commit d5cdca3c7636a0538d98dddd5db98204e92ff5b7
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 25 13:22:48 2022 +0000

    Revert "Exclude jboss-marshalling-osgi from infinispan-jboss-marshalling"
    
    This reverts commit 0364b7b3c6f9469844057104fafc600764800c03.
---
 poms/bom/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index ac1ca6c..e0e9d02 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6584,12 +6584,6 @@
                 <groupId>org.infinispan</groupId>
                 <artifactId>infinispan-jboss-marshalling</artifactId>
                 <version>${infinispan.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.jboss.marshalling</groupId>
-                        <artifactId>jboss-marshalling-osgi</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.influxdb</groupId>