diff --git a/.github/workflows/java-continuous-integration.yml b/.github/workflows/java-continuous-integration.yml
index 020a43e8..f3b83005 100644
--- a/.github/workflows/java-continuous-integration.yml
+++ b/.github/workflows/java-continuous-integration.yml
@@ -122,4 +122,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SonarCloud access token should be generated from https://sonarcloud.io/account/security/
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.login=$SONAR_TOKEN
\ No newline at end of file
+ run: |
+ echo "${SONAR_TOKEN:0:4}";
+ mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.token=$SONAR_TOKEN
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 9d038b1d..f62bb156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,12 +33,13 @@
11
11
5.9.2
- 0.8.8
- 9.8.0.203
+ 0.8.11
9.5.0.56709
9.9.0.65466
1.21.0.505
cnesreport
+ lequal
+ https://sonarcloud.io
https://github.com/cnescatlab/sonar-cnes-report
CNES
src/main/java