mirror of https://github.com/apache/cloudstack.git
exclude servlet-api as it prevents tomcat7 plugin to run
This commit is contained in:
parent
a900f5a370
commit
3cec5a8d4d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue