Skip to content

Commit

Permalink
Exclude EJB API from Jakarta CDI dependency
Browse files Browse the repository at this point in the history
Signed-off-by: xstefank <xstefank122@gmail.com>
  • Loading branch information
xstefank committed May 22, 2020
1 parent 2389e4e commit d03dc1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -128,6 +128,10 @@
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit d03dc1e

Please sign in to comment.