mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user