Skip to content

Commit

Permalink
WELD-2769 Add exlusion for EL API dep
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Dec 11, 2023
1 parent c212c15 commit 63c3611
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>${cdi.api.version}</version>
<exclusions>
<!-- The CDI cre artifact still declares dep on EL API for deprecated BM methods -->
<!-- Can be removed once we remove deprecated methods (likely in CDI 5) -->
<exclusion>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
Expand All @@ -194,6 +196,12 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-el-api</artifactId>
<version>${cdi.api.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Configure non-API dependencies (e.g. testing)-->
Expand Down

0 comments on commit 63c3611

Please sign in to comment.