diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 721a6707..e733934e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,17 +51,17 @@ jobs:
- name: Setup Maven
run: cp .ci.settings.xml ${HOME}/.m2/settings.xml
- - name: Test
- if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
- run: mvn --batch-mode clean install
+# - name: Test
+# if: matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
+# run: mvn --batch-mode clean install
- name: Linter
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: 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')
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/
-
-