You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/02/02 16:15:43 UTC

[camel] branch camel-3.20.x updated: CAMEL-18999: Upgrade to sshd 2.9.2 in camel-infinispan

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

davsclaus pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new e556ce02224 CAMEL-18999: Upgrade to sshd 2.9.2 in camel-infinispan
e556ce02224 is described below

commit e556ce022242ccbc713cb2941a4635f102fb2e07
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 2 17:15:03 2023 +0100

    CAMEL-18999: Upgrade to sshd 2.9.2 in camel-infinispan
---
 components/camel-infinispan/camel-infinispan/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/components/camel-infinispan/camel-infinispan/pom.xml b/components/camel-infinispan/camel-infinispan/pom.xml
index f0acf0d4d1b..0292bcb90e9 100644
--- a/components/camel-infinispan/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/camel-infinispan/pom.xml
@@ -37,10 +37,21 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-infinispan-common</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sshd</groupId>
+            <artifactId>sshd-common</artifactId>
+            <version>${sshd-version}</version>
+        </dependency>
         <dependency>
             <groupId>org.infinispan</groupId>
             <artifactId>infinispan-client-hotrod</artifactId>
             <version>${infinispan-version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.sshd</groupId>
+                    <artifactId>sshd-common</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.infinispan</groupId>