diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-11-08 13:49:44 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-11-08 13:49:44 +0100 |
commit | d07b650af65b3677b76b416c1e3805ad3826e9c1 (patch) | |
tree | 68b7d9cd0b067d2f871fb206e659510f072826ac /pom.xml | |
parent | 715f0ac873dd0301ed85e873a09d4323fef4d40e (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |