Skip to content

Commit

Permalink
[#627]Made jakarta module requires transient, because they are requir…
Browse files Browse the repository at this point in the history
…ed on the client to run this

Signed-off-by: Anton Pinsky <[email protected]>
  • Loading branch information
api-from-the-ion committed Nov 8, 2023
1 parent 795b5db commit c4cd8d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand All @@ -14,8 +14,8 @@
* Eclipse implementation of the JSONB-API.
*/
module org.eclipse.yasson {
requires jakarta.json;
requires jakarta.json.bind;
requires transitive jakarta.json;
requires transitive jakarta.json.bind;
requires java.logging;
requires static java.xml;
requires static java.naming;
Expand Down

0 comments on commit c4cd8d4

Please sign in to comment.