tweaking mod descriptors Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/jaxb-ri/bundles/core/src/main/java/module-info.java b/jaxb-ri/bundles/core/src/main/java/module-info.java index 619b60d..c04de08 100644 --- a/jaxb-ri/bundles/core/src/main/java/module-info.java +++ b/jaxb-ri/bundles/core/src/main/java/module-info.java
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at @@ -45,7 +45,6 @@ opens org.glassfish.jaxb.core.v2.model.nav to com.sun.xml.bind, com.sun.tools.xjc, - com.sun.xml.ws.rt, com.sun.xml.ws, com.sun.tools.ws;
diff --git a/jaxb-ri/core/src/main/java/module-info.java b/jaxb-ri/core/src/main/java/module-info.java index 185e434..81d4377 100644 --- a/jaxb-ri/core/src/main/java/module-info.java +++ b/jaxb-ri/core/src/main/java/module-info.java
@@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at @@ -46,7 +46,9 @@ opens org.glassfish.jaxb.core.v2.model.nav to org.glassfish.jaxb.runtime, - org.glassfish.jaxb.xjc; + org.glassfish.jaxb.xjc, + com.sun.xml.ws.rt, + com.sun.tools.ws.wscompile; uses jakarta.xml.bind.JAXBContextFactory;