[MNG-6821] - Remove unnecessary dependency exclusions for plexus-component-annotations

This commit is contained in:
Karl Heinz Marbaise 2019-12-14 11:59:23 +01:00
parent 99953a44f1
commit e7654f610a
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 0 additions and 6 deletions

View File

@ -269,12 +269,6 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>${plexusVersion}</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>