Updated Branches: refs/heads/master 6e23cad12 -> 25a95644d
Summary: Cleanup more dependencies Agent does not need jetty for anything, so remove the dependency. Console-proxy should only depend on agent and agent will pull the other dependency. Patches does not require any dependencies Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/25a95644 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/25a95644 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/25a95644 Branch: refs/heads/master Commit: 25a95644d643d3b20cbe94511805da9b6d375702 Parents: 6e23cad Author: Hugo Trippaers <[email protected]> Authored: Wed Nov 7 18:46:08 2012 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Wed Nov 7 18:47:16 2012 +0100 ---------------------------------------------------------------------- agent/pom.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/25a95644/agent/pom.xml ---------------------------------------------------------------------- diff --git a/agent/pom.xml b/agent/pom.xml index 458d97c..8aab8de 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -32,11 +32,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <version>6.1.26</version> - </dependency> - <dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-utils</artifactId> <version>${project.version}</version>
