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.git

commit e4ee53a0a748e0a0ffcf26b7108a502783ed2b2e
Author: James Netherton <[email protected]>
AuthorDate: Tue May 31 09:57:56 2022 +0100

    CAMEL-18045: Remove redundant infinispan-marshaller-protostuff dependency
---
 components/camel-infinispan/camel-infinispan/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-infinispan/camel-infinispan/pom.xml 
b/components/camel-infinispan/camel-infinispan/pom.xml
index 549d9fd72b4..3cf482b074c 100644
--- a/components/camel-infinispan/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/camel-infinispan/pom.xml
@@ -47,11 +47,6 @@
             <artifactId>infinispan-remote-query-client</artifactId>
             <version>${infinispan-version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.infinispan</groupId>
-            <artifactId>infinispan-marshaller-protostuff</artifactId>
-            <version>${infinispan-version}</version>
-        </dependency>
         <dependency>
             <groupId>org.infinispan</groupId>
             <artifactId>infinispan-jboss-marshalling</artifactId>

Reply via email to