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 a4635b5f74612cb161c30911f4792dbf864e2b47 Author: Gopi Kiran <[email protected]> AuthorDate: Thu Apr 30 18:59:58 2020 -0400 adding missing dependency --- agent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/agent/pom.xml b/agent/pom.xml index 3499db1..7ca3753 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -70,6 +70,11 @@ </dependency> <dependency> <groupId>org.apache.airavata</groupId> + <artifactId>mft-ftp-transport</artifactId> + <version>0.01-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.airavata</groupId> <artifactId>mft-admin</artifactId> <version>0.01-SNAPSHOT</version> </dependency>
