diff --git a/Jenkinsfile b/Jenkinsfile
index 0557c49753f6f..9c190e11d044b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ String nexusDeployOptions = "$skipOptions --activate-profiles private_repository
pipeline {
libraries {
lib("connectors-lib@1.2.0") // https://github.com/Talend/tdi-jenkins-shared-libraries
- lib("tqa-e2e-tests-tool@2.6.7-ttp2") // https://github.com/Talend/tqa-e2e-testing-tool
+ lib("tqa-e2e-tests-tool@2.6.13-ttp2") // https://github.com/Talend/tqa-e2e-testing-tool
}
agent {
kubernetes {
diff --git a/pom.xml b/pom.xml
index afc6ac945440d..604df40fb97ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,7 @@
3.3.1
3.5.3
3.2.0
+ 5.7.0.6970
4.0.3
6.10.1.202505221210-r
@@ -1033,6 +1034,11 @@
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+ ${sonar-maven-plugin.version}
+
org.codehaus.gmavenplus
gmavenplus-plugin
@@ -2022,5 +2028,11 @@
--add-opens java.base/sun.util.calendar=ALL-UNNAMED
+
+ SONAR
+
+ ${project.build.directory}/jacoco-ut/jacoco.xml
+
+