mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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
This commit is contained in:
parent
6e23cad126
commit
25a95644d6
@ -31,11 +31,6 @@
|
||||
<artifactId>cloud-core</artifactId>
|
||||
<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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user