Ver código fonte

move fest-assert declaration in parent pom dependencyManagement section

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304946 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.4-M3
Olivier Lamy 12 anos atrás
pai
commit
57ccb2fc4b

+ 0
- 1
archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml Ver arquivo

@@ -308,7 +308,6 @@
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>


+ 6
- 0
pom.xml Ver arquivo

@@ -113,6 +113,12 @@
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>

Carregando…
Cancelar
Salvar