Skip to content

Commit

Permalink
Remove unused exclusions (#1814)
Browse files Browse the repository at this point in the history
These exclusions were here for historical reasons, but
are not needed anymore.
  • Loading branch information
cstamas authored Oct 17, 2024
1 parent eda9aa6 commit b6d1427
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions maven-jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit b6d1427

Please sign in to comment.