Skip to content

Commit

Permalink
Add japicmp exclusion for USER_REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
cenedhryn committed Sep 13, 2024
1 parent ea8c30c commit 13d24dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@
<exclude>*.internal.*</exclude>
<exclude>software.amazon.awssdk.thirdparty.*</exclude>
<exclude>software.amazon.awssdk.regions.*</exclude>
<!-- TODO revert - Temporarily disable because system setting USER_REGION was removed -->
<exclude>software.amazon.awssdk.utils.JavaSystemSetting</exclude>
</excludes>

<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
Expand Down
38 changes: 0 additions & 38 deletions services/ec2/src/test/resources/log4j2.properties

This file was deleted.

0 comments on commit 13d24dc

Please sign in to comment.