Skip to content

Commit 4106c1c

Browse files
authored
Merge pull request #1250 from joviegas/release
Exclude redshift from backwards-compatability check as public apis to…
2 parents 08b72c3 + 27416ca commit 4106c1c

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)