mirror of https://github.com/apache/jclouds.git
added default jetty version
This commit is contained in:
parent
ad2c2a03e0
commit
c18696e91c
|
@ -204,6 +204,11 @@
|
|||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>8.0.4.v20111024</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-security</artifactId>
|
||||
|
|
Loading…
Reference in New Issue