Skip to content

Commit fbfc2fd

Browse files
lsiepelCopilot
andauthored
Fixes removal of graalvm from aws-crt package (#117)
* Fixes the OSGi bundle to work with the new AWS CRT version. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: lsiepel <leosiepel@gmail.com>
1 parent 4c6d386 commit fbfc2fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • software.amazon.awssdk.crt.aws-crt

software.amazon.awssdk.crt.aws-crt/osgi.bnd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ Bundle-Name: ${project.name}
33
Bundle-License: Apache 2.0 License
44
Bundle-Version: ${project.version}
55
Import-Package: \
6+
org.graalvm.nativeimage.hosted*;resolution:=optional, \
67
*
8+
79
Export-Package: \
810
!NOTICE, \
911
*;version=${project.version}
12+
1013
-includeresource: \
1114
NOTICE
12-

0 commit comments

Comments
 (0)