From 062c08f19373177b32d2965efa93e3c30519c32b Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Wed, 27 Nov 2024 14:43:25 +0100 Subject: [PATCH] Adapt Github workflow to build the branch 'cc' to depend on a crawler-commons library version which downgrades the commons-io dependency incompatible to that shipped with Hadoop --- .github/workflows/cc-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cc-build.yml b/.github/workflows/cc-build.yml index 80a29b4c7..e382c8771 100644 --- a/.github/workflows/cc-build.yml +++ b/.github/workflows/cc-build.yml @@ -46,8 +46,9 @@ jobs: mvn install - name: Install crawler-commons development version run: | - git clone https://github.com/crawler-commons/crawler-commons.git + git clone https://github.com/commoncrawl/crawler-commons.git cd crawler-commons/ + git checkout commons-io-downgrade mvn install - name: Install recent public suffix list run: |