Skip to content

Draft: Fixes for Greengrass-Parsec plugin

A previous change removed explicit dependencies to align the corretto version with meta-aws. Since that time however, meta-aws has updated from corretto 11.x to 17.x.

As the Greengrass-Parsec plugin as uses JCA functions which are not available in Java 17.x this results in... cannot access class sun.security.jca.Providers

Override dependencies for greengrass-bin to make sure Corretto 11 is installed.

Merge request reports