This repository was archived by the owner on Aug 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Maven build failing #107
Copy link
Copy link
Open
Description
due to deprecated aws-cloudformation-rpdk-java-plugin version:
$ grep -A 1 'aws-cloudformation-rpdk-java-plugin' */*/pom.xml | grep -B 1 '>1\.' # deprecated aws-cloudformation-rpdk-java-plugin v1
...
aws-cloudformation-resource-providers-ssm/aws-ssm-patchbaseline/pom.xml: <artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
aws-cloudformation-resource-providers-ssm/aws-ssm-patchbaseline/pom.xml- <version>1.0</version>
aws-cloudformation-resource-providers-ssm/aws-ssm-resourcedatasync/pom.xml: <artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>
aws-cloudformation-resource-providers-ssm/aws-ssm-resourcedatasync/pom.xml- <version>1.0.2</version>aws-cloudformation-resource-providers-ssm/aws-ssm-resourcedatasync/pom.xml
Lines 29 to 33 in b50c8e9
| <dependency> | |
| <groupId>software.amazon.cloudformation</groupId> | |
| <artifactId>aws-cloudformation-rpdk-java-plugin</artifactId> | |
| <version>1.0.2</version> | |
| </dependency> |
| <dependency> | |
| <groupId>software.amazon.cloudformation</groupId> | |
| <artifactId>aws-cloudformation-rpdk-java-plugin</artifactId> | |
| <version>1.0</version> | |
| </dependency> |
https://w.amazon.com/bin/view/AWS21/Design/Uluru/V2/Upgrade_Guide
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels