diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4e5055f96..73d1f12f4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: fail-fast: false matrix: jdk: [11, 17] - platform: [ubuntu-latest] # Removing windows temporarily + platform: [ubuntu-latest] # Removed windows https://github.com/opensearch-project/security/issues/3423 runs-on: ${{ matrix.platform }} steps: diff --git a/build.gradle b/build.gradle index 985e2994e5..53ea325760 100644 --- a/build.gradle +++ b/build.gradle @@ -433,13 +433,9 @@ configurations { force "org.xerial.snappy:snappy-java:1.1.10.5" force "com.google.guava:guava:${guava_version}" - // TODO: Seems like this should be removable - force "org.apache.httpcomponents:httpclient-cache:4.5.13" + // For integrationTest force "org.apache.httpcomponents:httpclient:4.5.13" - force "org.apache.httpcomponents:fluent-hc:4.5.13" force "org.apache.httpcomponents:httpcore:4.4.16" - force "org.apache.httpcomponents:httpcore-nio:4.4.16" - force "org.apache.httpcomponents:httpasyncclient:4.1.5" } }