Skip to content

Commit

Permalink
Remove FTP as transport
Browse files Browse the repository at this point in the history
And associated deps
  • Loading branch information
rpoet-jh committed Jan 7, 2025
1 parent ecf0234 commit 67f031e
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 2,134 deletions.
10 changes: 0 additions & 10 deletions pass-deposit-services/deposit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@
<artifactId>commons-io</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand All @@ -132,11 +127,6 @@
<artifactId>commons-codec</artifactId>
</dependency>

<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>

<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-sftp</artifactId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
include = JsonTypeInfo.As.PROPERTY,
property = "protocol")
@JsonSubTypes({
@JsonSubTypes.Type(value = FtpBinding.class, name = FtpBinding.PROTO),
@JsonSubTypes.Type(value = SftpBinding.class, name = SftpBinding.PROTO),
@JsonSubTypes.Type(value = SwordV2Binding.class, name = SwordV2Binding.PROTO),
@JsonSubTypes.Type(value = FilesystemBinding.class, name = FilesystemBinding.PROTO),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Contains parameters and configuration for communicating with a downstream repository for the purpose of transferring
* the custody of materials deposited by a user of PASS.
* <p>
* A "repository" may be a DSpace instance, an FTP server, a Pass Core repository, or any system capable of receiving a
* A "repository" may be a DSpace instance, an SFTP server, a Pass Core repository, or any system capable of receiving a
* package of materials.
* </p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ enum AUTHMODE {
enum PROTOCOL {
http,
https,
ftp,
sftp,
SWORDv2,
filesystem,
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 67f031e

Please sign in to comment.