2020-05-19 16:06:39 +02:00
|
|
|
module org.xbib.content.json {
|
|
|
|
exports org.xbib.content.json.diff;
|
|
|
|
exports org.xbib.content.json.jackson;
|
|
|
|
exports org.xbib.content.json.mergepatch;
|
|
|
|
exports org.xbib.content.json.patch;
|
|
|
|
exports org.xbib.content.json.pointer;
|
2020-06-04 23:41:01 +02:00
|
|
|
requires transitive com.fasterxml.jackson.core;
|
|
|
|
requires transitive com.fasterxml.jackson.databind;
|
2020-05-19 16:06:39 +02:00
|
|
|
}
|