Skip to content

Commit 27416ca

Browse files
authored
Exclude redshift from backwards-compatability check as public apis to control aqua have been removed.
1 parent 08b72c3 commit 27416ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
<onlyModified>true</onlyModified>
514514
<excludes>
515515
<exclude>*.internal.*</exclude>
516-
<exclude>software.amazon.awssdk.services.redshift.model.*</exclude>
516+
<exclude>software.amazon.awssdk.services.redshift.*</exclude>
517517
</excludes>
518518

519519
<excludeModules>

0 commit comments

Comments
 (0)