Skip to content

Commit

Permalink
Fix #567
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 3, 2019
1 parent 714df7b commit 243fadc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -18,6 +18,8 @@ JSON library.

#455: Jackson reports wrong locations for JsonEOFException
(reported by wastevenson@github, fix contributed by Todd O'B
#567: Add `uses` for `ObjectCodec` in module-info
(reported by Marc M)
2.10.0 (26-Sep-2019)
Expand Down
3 changes: 3 additions & 0 deletions src/moditect/module-info.java
Expand Up @@ -17,4 +17,7 @@
exports com.fasterxml.jackson.core.sym;
exports com.fasterxml.jackson.core.type;
exports com.fasterxml.jackson.core.util;

// 03-Oct-2019, tatu: [core#567] Add self-use to avoid warnings
uses com.fasterxml.jackson.core.ObjectCodec;
}

0 comments on commit 243fadc

Please sign in to comment.