diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 721a6707..1d484a28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,10 +59,6 @@ jobs: if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development' run: mvn checkstyle::check - - name: Deploy - if: matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development' - run: mvn --batch-mode deploy -P test - - name: SonarQube Scan (Push) if: matrix.jdk == '11' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development') run: | diff --git a/client/pom.xml b/client/pom.xml index 8a40e029..359bdacf 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -188,7 +188,7 @@ org.apache.commons commons-lang3 - 3.4 + 3.18.0 test diff --git a/pom.xml b/pom.xml index fe966220..584b98df 100644 --- a/pom.xml +++ b/pom.xml @@ -53,16 +53,8 @@ ossrh https://oss.sonatype.org/content/repositories/releases - - maven-all-virtual - https://splitio.jfrog.io/artifactory/maven-all-virtual - - - maven-all-virtual - https://splitio.jfrog.io/artifactory/maven-all-virtual - UTF-8 @@ -145,16 +137,6 @@ test - - - maven-dev - https://splitio.jfrog.io/artifactory/maven-dev/ - - - maven-dev - https://splitio.jfrog.io/artifactory/maven-dev/ - -