Skip to content

Commit

Permalink
Fix injection issue (HK2) for MoxyJsonProvider (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
senivam committed Feb 10, 2023
1 parent 51fdcac commit 440ba3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
exports org.eclipse.persistence.jaxb.rs;
exports org.eclipse.persistence.jaxb.xmlmodel;
opens org.eclipse.persistence.jaxb.xmlmodel to jakarta.xml.bind;
opens org.eclipse.persistence.jaxb.rs; //required for MOXyJSON provider injection

//exported through MOXy PUBLIC API
exports org.eclipse.persistence.internal.jaxb;
Expand Down

0 comments on commit 440ba3d

Please sign in to comment.