mirror of https://github.com/apache/maven.git
[MNG-6814] - Remove useless exclusion in maven-plugin-api
This commit is contained in:
parent
25ced83dc0
commit
610e623211
|
@ -41,12 +41,6 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-artifact</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>wagon-provider-api</artifactId>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.sisu</groupId>
|
||||
|
|
Loading…
Reference in New Issue