Skip to content

Commit

Permalink
#91: API implementation needs to open javax.xml.ws.wsaddressing to ja…
Browse files Browse the repository at this point in the history
…va.xml.bind

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Dec 9, 2019
1 parent 1751749 commit 371a4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@
exports javax.xml.ws.spi.http;
exports javax.xml.ws.wsaddressing;

opens javax.xml.ws.wsaddressing to java.xml.bind;

uses javax.xml.ws.spi.Provider;
}

0 comments on commit 371a4d1

Please sign in to comment.