Skip to content

Commit

Permalink
[WFCORE-6411] Remove the javax.xml.stream.api dependency from org.wil…
Browse files Browse the repository at this point in the history
…dfly.extension.elytron.jaas-realm
  • Loading branch information
fjuma committed Feb 14, 2024
1 parent bb0806b commit df1e31e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<dependencies>
<module name="java.logging"/>
<module name="java.xml"/>
<module name="javax.xml.stream.api"/>
<module name="org.jboss.as.controller"/>
<module name="org.jboss.as.server"/>
<module name="org.jboss.modules"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class LayersTestCase {
// This is the expected set of un-referenced modules found when scanning
// the test-standalone-reference configuration.
private static final String[] NOT_REFERENCED = {
"javax.xml.stream.api",
// injected by server in UndertowHttpManagementService
"org.jboss.as.domain-http-error-context",
// injected by elytron
Expand Down

0 comments on commit df1e31e

Please sign in to comment.