diff --git a/.github/workflows/new-module-verification.yml b/.github/workflows/new-module-verification.yml
index eb0fb32b7c12..26465313c9ad 100644
--- a/.github/workflows/new-module-verification.yml
+++ b/.github/workflows/new-module-verification.yml
@@ -129,7 +129,7 @@ jobs:
fi
# 2. Check if added to tests-coverage-reporting pom.xml
- if ! grep -q ".*$MODULE_NAME" test/tests-coverage-reporting/pom.xml 2>/dev/null; then
+ if ! grep -q ".*$MODULE_NAME" test/tests-coverage-reporting/pom.xml 2>/dev/null; then
echo "::error::Module $MODULE_NAME is not added to tests-coverage-reporting pom.xml"
HAS_ERRORS=1
else
@@ -137,7 +137,7 @@ jobs:
fi
# 3. Check if added to aws-sdk-java pom.xml
- if ! grep -q ".*$MODULE_NAME" aws-sdk-java/pom.xml 2>/dev/null; then
+ if ! grep -q ".*$MODULE_NAME" aws-sdk-java/pom.xml 2>/dev/null; then
echo "::error::Module $MODULE_NAME is not added to aws-sdk-java pom.xml"
HAS_ERRORS=1
else
@@ -145,7 +145,7 @@ jobs:
fi
# 4. Check if added to architecture-tests pom.xml
- if ! grep -q ".*$MODULE_NAME" test/architecture-tests/pom.xml 2>/dev/null; then
+ if ! grep -q ".*$MODULE_NAME" test/architecture-tests/pom.xml 2>/dev/null; then
echo "::error::Module $MODULE_NAME is not added to architecture-tests pom.xml"
HAS_ERRORS=1
else
diff --git a/pom.xml b/pom.xml
index 1a240319ccfa..095c07fdb581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -684,10 +684,6 @@
*.internal.*
software.amazon.awssdk.thirdparty.*
software.amazon.awssdk.regions.*
-
- software.amazon.awssdk.utils.JavaSystemSetting
-
- software.amazon.awssdk.services.s3.model.CompleteMultipartUploadRequest
true