aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-11-08 13:49:44 +0100
committersebdet <sebastien.determe@intl.att.com>2019-11-08 13:49:44 +0100
commitd07b650af65b3677b76b416c1e3805ad3826e9c1 (patch)
tree68b7d9cd0b067d2f871fb206e659510f072826ac /pom.xml
parent715f0ac873dd0301ed85e873a09d4323fef4d40e (diff)
Update sonar plugin
Update sonar plugin to latest for Jdk 13 Issue-ID: CLAMP-327 Change-Id: I780e9d13820c3b0fe351a651aec782bf4ac46ccb Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 06231a07..803722de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1178,6 +1178,11 @@
<target>13</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.7.0.1746</version>
+ </plugin>
</plugins>
</build>
</project>