This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 96e2d7f HDDS-5947. Remove unused mina-core and sshd-core dependencies
(#2811)
96e2d7f is described below
commit 96e2d7f94075474e6fe8ebf0ee31b2ee3855fbfe
Author: Elek, Márton <[email protected]>
AuthorDate: Wed Nov 10 10:46:00 2021 +0100
HDDS-5947. Remove unused mina-core and sshd-core dependencies (#2811)
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index b5f9acc..65b1506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1121,16 +1121,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<version>${aws-java-sdk.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.mina</groupId>
- <artifactId>mina-core</artifactId>
- <version>2.0.16</version>
- </dependency>
- <dependency>
- <groupId>org.apache.sshd</groupId>
- <artifactId>sshd-core</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftplet-api</artifactId>
<version>1.0.0</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]