Removing airavata-commons refrence from itself
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/1cfda99e Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/1cfda99e Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/1cfda99e Branch: refs/heads/develop Commit: 1cfda99ec345694c0115bdbed9432f7b47778015 Parents: aa68a44 Author: Ajinkya Dhamnaskar <[email protected]> Authored: Wed May 17 14:13:17 2017 -0400 Committer: Ajinkya Dhamnaskar <[email protected]> Committed: Wed May 17 14:13:17 2017 -0400 ---------------------------------------------------------------------- modules/commons/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/1cfda99e/modules/commons/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml index e4c1bab..b00c9ee 100644 --- a/modules/commons/pom.xml +++ b/modules/commons/pom.xml @@ -138,11 +138,6 @@ <artifactId>logback-classic</artifactId> <version>${logback.version}</version> </dependency> - <dependency> - <groupId>org.apache.airavata</groupId> - <artifactId>airavata-commons</artifactId> - <version>0.17-SNAPSHOT</version> - </dependency> </dependencies> <properties>
