AbstractLogEnabled is needed for archiver (not transitive in mboot)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-21 06:07:35 +00:00
parent a380e3ceb0
commit 28e193d14c
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<artifactId>plexus-archiver</artifactId>
<version>1.0-alpha-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-1</version>
</dependency>
</dependencies>
<build>
<plugins>