diff options
author | Ofir Sonsino <os0695@att.com> | 2017-12-11 11:21:00 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-12-11 11:21:00 +0200 |
commit | 2f20b001b9243e0f8b44aecc768ec265fd538732 (patch) | |
tree | 93029e82450d78c41c81a59c87e0570562c94ac9 /pom.xml | |
parent | c52c3b4e2db4250f3a5371c409a01289ec836f8a (diff) |
Upgrade sonar plugin
Change-Id: I497e09e21034c1a804f34c45306f749ff11fd722
Issue-ID: VID-98
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -167,6 +167,11 @@ </dependencies>
</plugin>
<plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.3.0.603</version>
+ </plugin>
+ <plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
<version>1.4.0</version>
|