Skip to content

Commit

Permalink
Fall back to Java SE ServiceLoader API when Mojarra ServiceFactory fa…
Browse files Browse the repository at this point in the history
…ils in order to make Mojarra SPIs compatible with OSGi (don't version packages that are provided by the JDK, specifically javax.annotation.processing)
  • Loading branch information
stiemannkj1 committed Jan 22, 2018
1 parent 1318bdc commit 7a7dcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@
javax.enterprise.inject.*,
javax.enterprise.util.*,
javax.enterprise.context.*,
javax.annotation.processing.*,
javax.annotation.*;version="[1.0.0,2.0.0)",
javax.crypto.*,
javax.websocket.*;resolution:=optional,
Expand Down

0 comments on commit 7a7dcef

Please sign in to comment.