Skip to content

Commit ab65538

Browse files
RJ LohanJohn Tompkins
authored andcommitted
Fixed mvnrepository link for this package in codegen (#200)
* Codegen bug fix * Removed tests for generated code * Fixed mvnrepository link for this package in codegen
1 parent c5d7332 commit ab65538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rpdk/java/templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</repositories>
2727

2828
<dependencies>
29-
<!-- https://github.com/awslabs/aws-cloudformation-rpdk-java-plugin/ -->
29+
<!-- https://mvnrepository.com/artifact/software.amazon.cloudformation/aws-cloudformation-rpdk-java-plugin -->
3030
<dependency>
3131
<groupId>software.amazon.cloudformation</groupId>
3232
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId>

0 commit comments

Comments
 (0)