Skip to content

Commit ae15202

Browse files
committed
Refactor Apache Mina SSHd version into a POM property.
1 parent b1e2aae commit ae15202

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<httpcore5.version>5.4.2</httpcore5.version>
9393
<httpclient5.version>5.6.1</httpclient5.version>
9494
<jackrabbit1.version>1.6.5</jackrabbit1.version>
95+
<mina.sshd.version>3.0.0-M2</mina.sshd.version>
9596
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->
9697
<!-- 2.22.0 requires Java 11. -->
9798
<jackrabbit2.version>2.20.17</jackrabbit2.version>
@@ -489,12 +490,12 @@
489490
<dependency>
490491
<groupId>org.apache.sshd</groupId>
491492
<artifactId>sshd-core</artifactId>
492-
<version>3.0.0-M2</version>
493+
<version>${mina.sshd.version}</version>
493494
</dependency>
494495
<dependency>
495496
<groupId>org.apache.sshd</groupId>
496497
<artifactId>sshd-sftp</artifactId>
497-
<version>3.0.0-M2</version>
498+
<version>${mina.sshd.version}</version>
498499
</dependency>
499500
<dependency>
500501
<groupId>org.apache.mina</groupId>

0 commit comments

Comments
 (0)