exclude servlet-api as it prevents tomcat7 plugin to run
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3cec5a8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3cec5a8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3cec5a8d Branch: refs/heads/master Commit: 3cec5a8d4dc7fb0682d1b29bfb464b284e56c9c4 Parents: a900f5a Author: olivier lamy <[email protected]> Authored: Wed Oct 17 15:14:21 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Wed Oct 17 15:14:21 2012 +0200 ---------------------------------------------------------------------- client/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3cec5a8d/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index e0a7c3b..be1fcbf 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -69,6 +69,12 @@ <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-plugin-hypervisor-kvm</artifactId> <version>${project.version}</version> + <exclusions> + <exclusion> + <groupId>org.mortbay.jetty</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.cloudstack</groupId>
