Skip to content

Commit

Permalink
Attempt to fix loading classes in osgi
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jun 15, 2021
1 parent 8e18333 commit 909e37e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions jaxb-ri/bundles/osgi/osgi/pom.xml
Expand Up @@ -341,6 +341,7 @@
jdk.internal.misc;resolution:=optional,
*
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions jaxb-ri/bundles/runtime/pom.xml
Expand Up @@ -222,6 +222,7 @@
jdk.internal.misc;resolution:=optional,
*
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>
</configuration>
</execution>
Expand Down
1 change: 1 addition & 0 deletions jaxb-ri/runtime/impl/pom.xml
Expand Up @@ -129,6 +129,7 @@
jdk.internal.misc;resolution:=optional,
*
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 909e37e

Please sign in to comment.