Skip to content

Commit 9991702

Browse files
authored
Merge pull request #1617 from aws/dongie/bypass-codebuild
Bypass CodeBuild for japicmp
2 parents e4f685b + 4be8591 commit 9991702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
<exclude>*.internal.*</exclude>
522522

523523
<!-- Checksum bug fix -->
524-
<exclude>software.amazon.awssdk.services.s3.checksums.ChecksumValidatingInputStream</exclude>
524+
<exclude>software.amazon.awssdk.services.codebuild.*</exclude>
525525
</excludes>
526526

527527
<excludeModules>

0 commit comments

Comments
 (0)