Repository: airavata Updated Branches: refs/heads/master 9709417eb -> b8a033547
fixing compilation failure Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b8a03354 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b8a03354 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b8a03354 Branch: refs/heads/master Commit: b8a0335477db74e845b2e7babc649ec6a583f609 Parents: 9709417 Author: scnakandala <[email protected]> Authored: Mon Dec 14 11:47:56 2015 -0500 Committer: scnakandala <[email protected]> Committed: Mon Dec 14 11:47:56 2015 -0500 ---------------------------------------------------------------------- airavata-api/airavata-api-server/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/b8a03354/airavata-api/airavata-api-server/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-api-server/pom.xml b/airavata-api/airavata-api-server/pom.xml index 1f03b95..dd6c43c 100644 --- a/airavata-api/airavata-api-server/pom.xml +++ b/airavata-api/airavata-api-server/pom.xml @@ -137,11 +137,6 @@ <artifactId>jackson-mapper-asl</artifactId> <version>1.9.13</version> </dependency> - <dependency> - <groupId>org.apache.airavata</groupId> - <artifactId>super-admin-entitlement-stubs</artifactId> - <version>0.16-SNAPSHOT</version> - </dependency> </dependencies> </project>
