Skip to content

Commit

Permalink
Issue #9293 - Jetty 12 - Relax JPMS dependencies (fcgi) (#9306)
Browse files Browse the repository at this point in the history
Relaxed jetty-fcgi JPMS dependencies.
Packages generator and parser were not internal,
was just matters of exporting them.

Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet authored Feb 4, 2023
1 parent 55a27fc commit c18194b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

exports org.eclipse.jetty.fcgi;
exports org.eclipse.jetty.fcgi.client.transport;

exports org.eclipse.jetty.fcgi.generator to org.eclipse.jetty.fcgi.server;
exports org.eclipse.jetty.fcgi.parser to org.eclipse.jetty.fcgi.server;
exports org.eclipse.jetty.fcgi.generator;
exports org.eclipse.jetty.fcgi.parser;
}

0 comments on commit c18194b

Please sign in to comment.