You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/05/03 18:57:14 UTC

[airavata-mft] 15/15: adding ftp module to the transport build

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

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 130d5a9541a3121430e14b97bf2318f76eb3bbe1
Author: Gopi Kiran <go...@gmail.com>
AuthorDate: Sat May 2 16:16:43 2020 -0400

    adding ftp module to the transport build
---
 transport/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/transport/pom.xml b/transport/pom.xml
index 0db98a5..d53cfca 100755
--- a/transport/pom.xml
+++ b/transport/pom.xml
@@ -39,6 +39,7 @@
         <module>box-transport</module>
         <module>azure-transport</module>
         <module>gcp-transport</module>
+        <module>ftp-transport</module>
         <module>dropbox-transport</module>
     </modules>
     <dependencies>