Repository: airavata Updated Branches: refs/heads/master ad0376265 -> 8fa0405bf
https://issues.apache.org/jira/browse/AIRAVATA-1060 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8fa0405b Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8fa0405b Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8fa0405b Branch: refs/heads/master Commit: 8fa0405bf1614c580216756165ec959f7837c45e Parents: ad03762 Author: Saminda Wijeratne <[email protected]> Authored: Wed Mar 5 23:54:20 2014 -0500 Committer: Saminda Wijeratne <[email protected]> Committed: Wed Mar 5 23:54:20 2014 -0500 ---------------------------------------------------------------------- modules/distribution/airavata-server/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/8fa0405b/modules/distribution/airavata-server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/airavata-server/pom.xml b/modules/distribution/airavata-server/pom.xml index 5ae7aff..1c836a5 100644 --- a/modules/distribution/airavata-server/pom.xml +++ b/modules/distribution/airavata-server/pom.xml @@ -418,12 +418,12 @@ <artifactId>airavata-api-server</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.airavata</groupId> <artifactId>apache-airavata-samples</artifactId> <type>zip</type> <version>${project.version}</version> - </dependency> + </dependency--> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk16</artifactId>
