Issue 342: preparation for ssl testing

This commit is contained in:
Adrian Cole 2010-09-09 12:44:14 -07:00
parent e8d07a9e91
commit ef1c57509a
4 changed files with 5 additions and 5 deletions

View File

@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<artifactId>jetty-ssl</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<artifactId>jetty-ssl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<artifactId>jetty-ssl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

View File

@ -230,8 +230,8 @@
<dependencies>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>7.0.0pre3</version>
<artifactId>jetty-ssl</artifactId>
<version>7.0.0.pre5</version>
</dependency>
</dependencies>
</dependencyManagement>