aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

fix: Broken package build with cloudformation-cli-java-plugin 2.0.6 #19

Closed jormello closed 3 years ago

jormello commented 3 years ago

Description of changes: With the release of cloudformation-cli-java-plugin 2.0.6, the package build was failing due to package dependencies not being up to date. This change updates the aws-cloudformation-rpdk-java-plugin dependency to 2.0.6 for both activity and state machine resources.

Tested with a fresh virtual environment with cloudformation-cli-java-plugin 2.0.6 that both resources succeed when running mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean verify.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.