Skip to content

Commit

Permalink
chore: add opens for PCKS11 plugin (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo committed Mar 25, 2024
1 parent d07bf6c commit 56d191f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.aws.greengrass.easysetup.GreengrassSetup</mainClass>
<manifestEntries>
<Add-Opens>java.base/java.io</Add-Opens>
<Add-Opens>java.base/java.io java.base/sun.security.jca</Add-Opens>
<!-- sun.security.jca for pkcs11 GetInstance !-->
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
Expand Down

0 comments on commit 56d191f

Please sign in to comment.