Skip to content

Commit

Permalink
#440 exlude EL transitive dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <emijiang6@googlemail.com>
  • Loading branch information
Emily-Jiang committed Oct 17, 2019
1 parent ee2dd4a commit f69b0f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,5 +13,6 @@ test-output
*.iml
*.iwl
*.ipr
.vscode/
# Ignore a release.conf for perform_release/* script usage
release.conf
6 changes: 6 additions & 0 deletions api/pom.xml
Expand Up @@ -35,6 +35,12 @@
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit f69b0f7

Please sign in to comment.