summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-12-21 15:45:24 +0200
committerMichael Lando <ml636r@att.com>2017-12-21 14:24:54 +0000
commitc7ad6377116438271aad989ec7777f0d11c3e7d1 (patch)
treea95e05e3406328f3cb8ec2a98fb312c17e8da457
parentd997d9df7c360035244171a9a1eb2c71728dd19c (diff)
fix sonar issue
Change-Id: Icee18ab2205571571fe7ec69b5faa169de444963 Issue-ID: SDC-684 Signed-off-by: Michael Lando <ml636r@att.com> (cherry picked from commit 5c22fb8b048a3a7c928202a0a314e44daa1bdaa4)
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4b78068..794cd87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,6 +441,11 @@
<target>1.8</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.0.2</version>
+ </plugin>
</plugins>
</build>