Repository: airavata Updated Branches: refs/heads/master 7f4faeb21 -> d831b8f7c
updating jglobus version Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d831b8f7 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d831b8f7 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d831b8f7 Branch: refs/heads/master Commit: d831b8f7c7da0a71bb2a313df0ee0a532fff933d Parents: 7f4faeb Author: Chathuri Wimalasena <[email protected]> Authored: Mon Dec 1 16:59:27 2014 -0500 Committer: Chathuri Wimalasena <[email protected]> Committed: Mon Dec 1 16:59:27 2014 -0500 ---------------------------------------------------------------------- tools/gsissh/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d831b8f7/tools/gsissh/pom.xml ---------------------------------------------------------------------- diff --git a/tools/gsissh/pom.xml b/tools/gsissh/pom.xml index e82419b..16f3878 100644 --- a/tools/gsissh/pom.xml +++ b/tools/gsissh/pom.xml @@ -47,6 +47,16 @@ <artifactId>gss</artifactId> <version>${jglobus.version}</version> </dependency> + <dependency> + <groupId>org.jglobus</groupId> + <artifactId>gram</artifactId> + <version>${jglobus.version}</version> + </dependency> + <dependency> + <groupId>org.jglobus</groupId> + <artifactId>gridftp</artifactId> + <version>${jglobus.version}</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -138,7 +148,7 @@ </build> <properties> - <jglobus.version>2.0.6</jglobus.version> + <jglobus.version>2.1.0</jglobus.version> <surefire.version>2.12</surefire.version> <junit.version>4.7</junit.version> <log4j.version>1.2.17</log4j.version>
