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 15:45:24 +0200
commit5c22fb8b048a3a7c928202a0a314e44daa1bdaa4 (patch)
treed4cdac5b0145e17834a45a7dbb389f7fa24889eb
parentb0065a0115e0ba8f5c9bb66f0d3fa410eeb6b615 (diff)
fix sonar issue
Change-Id: Icee18ab2205571571fe7ec69b5faa169de444963 Issue-ID: SDC-684 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 402dfa0..d645ecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,6 +429,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>