Skip to content

Commit

Permalink
Changes to module info, to drop JAXB-modules (and JAXB annotations) dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 2, 2021
1 parent 7848329 commit 5887e81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;

requires com.fasterxml.jackson.module.jaxb;

exports com.fasterxml.jackson.dataformat.xml;
exports com.fasterxml.jackson.dataformat.xml.annotation;
exports com.fasterxml.jackson.dataformat.xml.deser;
exports com.fasterxml.jackson.dataformat.xml.jaxb;
exports com.fasterxml.jackson.dataformat.xml.ser;
exports com.fasterxml.jackson.dataformat.xml.util;

provides com.fasterxml.jackson.core.JsonFactory with
com.fasterxml.jackson.dataformat.xml.XmlFactory;
provides com.fasterxml.jackson.core.ObjectCodec with
com.fasterxml.jackson.dataformat.xml.XmlMapper;

}

0 comments on commit 5887e81

Please sign in to comment.