Remove unused exclusions (#1814)

These exclusions were here for historical reasons, but
are not needed anymore.
This commit is contained in:
Tamas Cservenak 2024-10-17 16:28:11 +02:00 committed by GitHub
parent eda9aa6982
commit b6d1427732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 11 deletions

View File

@ -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>

View File

@ -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 -->