Skip to content

Commit

Permalink
Remove bogus module dependencies to fix #98
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 6, 2022
1 parent fb59f43 commit cbfdb62
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 0 additions & 2 deletions jr-annotation-support/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
requires com.fasterxml.jackson.core;

requires com.fasterxml.jackson.jr.ob;
requires com.fasterxml.jackson.jr.ob.api;
requires com.fasterxml.jackson.jr.ob.impl;

exports com.fasterxml.jackson.jr.annotationsupport;
}
1 change: 0 additions & 1 deletion jr-stree/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
module com.fasterxml.jackson.jr.stree {
requires transitive com.fasterxml.jackson.core;
requires com.fasterxml.jackson.jr.ob;
requires com.fasterxml.jackson.jr.ob.api;

exports com.fasterxml.jackson.jr.stree;
exports com.fasterxml.jackson.jr.stree.util;
Expand Down
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Jonas Konrad (yawkat@github)

* Suggested #88: Make `jr-stree` dependency to `jr-objects` optional
(2.13.0)

Gerben Oolbekkink (qurben@github)

* Reported #98: `module-info.java` of `jr-stree` refers to module `com.fasterxml.jackson.jr.ob.api`,
which is not defined
(2.13.5)
6 changes: 6 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

Not yet released:

#98: `module-info.java` of `jr-stree` refers to module `com.fasterxml.jackson.jr.ob.api`,
which is not defined
(reported by Gerben O)

2.13.4 (03-Sep-2022)
2.13.3 (14-May-2022)
2.13.2 (06-Mar-2022)
Expand Down

0 comments on commit cbfdb62

Please sign in to comment.