mirror of https://github.com/apache/maven.git
more exclusions
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50405b16e0
commit
913e3a9dfb
|
@ -34,6 +34,16 @@
|
|||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-site-renderer</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-container-default</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
Loading…
Reference in New Issue