mirror of https://github.com/apache/maven.git
[MNG-6821] - Remove unnecessary dependency exclusions for plexus-component-annotations
This commit is contained in:
parent
99953a44f1
commit
e7654f610a
6
pom.xml
6
pom.xml
|
@ -269,12 +269,6 @@ under the License.
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-component-annotations</artifactId>
|
<artifactId>plexus-component-annotations</artifactId>
|
||||||
<version>${plexusVersion}</version>
|
<version>${plexusVersion}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>junit</groupId>
|
|
||||||
<artifactId>junit</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
|
Loading…
Reference in New Issue