mirror of https://github.com/apache/archiva.git
Fixing versions of dependencies in cli
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@525996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
832bd1e258
commit
3fddad3e8c
|
@ -51,7 +51,10 @@
|
|||
<artifactId>archiva-lucene-consumers</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-digest</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-component-api</artifactId>
|
||||
|
@ -62,7 +65,6 @@
|
|||
<artifactId>plexus-container-default</artifactId>
|
||||
<version>1.0-alpha-22</version>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-cli</artifactId>
|
||||
|
|
Loading…
Reference in New Issue