diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 90feed0dbf..9f9840834a 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -330,7 +330,7 @@ jobs: run: make lint-check - name: Build Registry - run: mvn clean package -pl app -am -Dskip.npm -DskipTests=true --no-transfer-progress + run: mvn clean package -am -Dskip.npm -DskipTests=true --no-transfer-progress - name: Run the tests working-directory: python-sdk @@ -357,7 +357,7 @@ jobs: go-version: '1.20' - name: Build Registry - run: mvn clean package -pl app -am -Dskip.npm -DskipTests=true --no-transfer-progress + run: mvn clean package -am -Dskip.npm -DskipTests=true --no-transfer-progress - name: Run the tests working-directory: go-sdk diff --git a/pom.xml b/pom.xml index 646ed4fc2f..653ae786cc 100644 --- a/pom.xml +++ b/pom.xml @@ -209,6 +209,7 @@ 1.18.36 1.17.1 + 1.2 1.2.1.Final 4.5.14 0.1.18.Final @@ -645,6 +646,11 @@ commons-codec ${commons-codec.version} + + commons-logging + commons-logging + 1.0.4 + org.apache.httpcomponents httpclient