We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4c05d commit 1f79147Copy full SHA for 1f79147
1 file changed
pom.xml
@@ -684,12 +684,11 @@
684
<includeModule>polly</includeModule>
685
</includeModules>
686
<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>
690
<exclude>*.internal.*</exclude>
691
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
692
<exclude>software.amazon.awssdk.regions.*</exclude>
+ <!-- TODO remove after release -->
+ <exclude>software.amazon.awssdk.awscore.interceptor.TraceIdExecutionInterceptor</exclude>
693
</excludes>
694
695
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
0 commit comments