fix archiva-web-common tests

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389789 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-25 10:54:39 +00:00
parent dfe298a09e
commit 5f58d69d4d
1 changed files with 15 additions and 1 deletions

View File

@ -83,7 +83,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -183,6 +184,19 @@
<artifactId>jetty-plus</artifactId> <artifactId>jetty-plus</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- override transitive from cxf -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>${jettyVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>${jettyVersion}</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>