mirror of https://github.com/apache/archiva.git
Adding registry commons to test scope
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@532463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d6fb44053
commit
274fe175ad
|
@ -61,6 +61,12 @@
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-container-default</artifactId>
|
<artifactId>plexus-container-default</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.plexus.registry</groupId>
|
||||||
|
<artifactId>plexus-registry-commons</artifactId>
|
||||||
|
<version>1.0-alpha-2</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>easymock</groupId>
|
<groupId>easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue