Repository: airavata Updated Branches: refs/heads/master 409c9863e -> 6a30776cd
using unicore-client from maven central Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/6a30776c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/6a30776c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/6a30776c Branch: refs/heads/master Commit: 6a30776cdd0d35afa0b3d11097d99acd9f2fa1ac Parents: 409c986 Author: msmemon <[email protected]> Authored: Tue Jul 1 13:39:19 2014 +0200 Committer: msmemon <[email protected]> Committed: Tue Jul 1 13:39:19 2014 +0200 ---------------------------------------------------------------------- modules/gfac/gfac-bes/pom.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/6a30776c/modules/gfac/gfac-bes/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-bes/pom.xml b/modules/gfac/gfac-bes/pom.xml index 8e6fe5a..1ed24d7 100644 --- a/modules/gfac/gfac-bes/pom.xml +++ b/modules/gfac/gfac-bes/pom.xml @@ -48,10 +48,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk16</artifactId> - </dependency> - <dependency> <groupId>org.jglobus</groupId> <artifactId>myproxy</artifactId> <version>${jglobus.version}</version> @@ -79,6 +75,12 @@ <groupId>org.apache.airavata</groupId> <artifactId>airavata-credential-store</artifactId> <version>${project.version}</version> + <exclusions> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk16</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.airavata</groupId> @@ -141,20 +143,16 @@ <artifactId>xmlbeans</artifactId> <version>${xmlbeans.version}</version> </dependency> - <!-- Unicore dependencies --> + <!-- Unicore dependencies --> <dependency> <groupId>eu.unicore</groupId> - <artifactId>ogsabes-client</artifactId> - <version>1.7.0-rc</version> + <artifactId>unicore-client-wrapper</artifactId> + <version>1.7.2_1</version> <exclusions> <exclusion> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> </exclusion> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk16</artifactId> - </exclusion> </exclusions> </dependency> </dependencies>
