You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/12/16 14:48:03 UTC

[camel-quarkus] 02/02: Align SSHD test dependencies with Quarkus managed sshd-common

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

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

commit c7a8134020e715828714c96344d7017211d71e34
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Dec 1 08:46:37 2022 +0000

    Align SSHD test dependencies with Quarkus managed sshd-common
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de0c8fcfc1..2ff73e9b7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
         <mock-javamail.version>${mock-javamail-version}</mock-javamail.version>
         <pdfbox.version>${pdfbox-version}</pdfbox.version>
         <slf4j-log4j12.version>1.7.30</slf4j-log4j12.version><!-- Mess in the transitive dependencies of hbase-testing-util -->
-        <sshd.version>${sshd-version}</sshd.version>
+        <sshd.version>2.9.2</sshd.version><!-- Sync works only since Quarkus 2.13.6 @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.sshd:sshd-common -->
         <stax2.version>4.2</stax2.version>
         <wiremock.version>2.27.2</wiremock.version>
         <zt-exec.version>1.12</zt-exec.version>