mirror of https://github.com/apache/maven.git
Remove unused exclusions (#1814)
These exclusions were here for historical reasons, but are not needed anymore.
This commit is contained in:
parent
eda9aa6982
commit
b6d1427732
|
@ -78,12 +78,6 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-interactivity-api</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-container-default</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -403,11 +403,6 @@ under the License.
|
|||
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
||||
<version>${sisuVersion}</version>
|
||||
<exclusions>
|
||||
<!-- Remove bad annotations -->
|
||||
<exclusion>
|
||||
<groupId>javax.enterprise</groupId>
|
||||
<artifactId>cdi-api</artifactId>
|
||||
</exclusion>
|
||||
<!-- Detach them: We want to handle Sisu inject and plexus explicitly -->
|
||||
<!-- Once have this, once have that on classpath -->
|
||||
<!-- Finally, we may want to use some with classifier -->
|
||||
|
|
Loading…
Reference in New Issue