Skip to content

Commit 1f79147

Browse files
committed
Adding japicmp exclude, SdkProtectedApi change triggered
1 parent ce4c05d commit 1f79147

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,12 +684,11 @@
684684
<includeModule>polly</includeModule>
685685
</includeModules>
686686
<excludes>
687-
<!-- TODO remove after release -->
688-
<exclude>software.amazon.awssdk.enhanced.dynamodb.extensions.annotations.DynamoDbVersionAttribute#incrementBy()</exclude>
689-
<exclude>software.amazon.awssdk.enhanced.dynamodb.extensions.annotations.DynamoDbVersionAttribute#startAt()</exclude>
690687
<exclude>*.internal.*</exclude>
691688
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
692689
<exclude>software.amazon.awssdk.regions.*</exclude>
690+
<!-- TODO remove after release -->
691+
<exclude>software.amazon.awssdk.awscore.interceptor.TraceIdExecutionInterceptor</exclude>
693692
</excludes>
694693

695694
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>

0 commit comments

Comments
 (0)