We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a62911e + 1a9b353 commit c421537Copy full SHA for c421537
pom.xml
@@ -678,6 +678,10 @@
678
<exclude>software.amazon.awssdk.regions.*</exclude>
679
<!-- TODO revert - Temporarily disable because system setting USER_REGION was removed -->
680
<exclude>software.amazon.awssdk.utils.JavaSystemSetting</exclude>
681
+
682
+ <!-- TODO revert - temporarily disable to release InvalidMaxAcuException removal -->
683
+ <exclude>software.amazon.awssdk.services.rds.model.InvalidMaxAcuException</exclude>
684
+ <exclude>software.amazon.awssdk.services.rds.model.InvalidMaxAcuException$Builder</exclude>
685
</excludes>
686
687
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
0 commit comments