fix sonar issue 27/26727/1
authorMichael Lando <ml636r@att.com>
Thu, 21 Dec 2017 13:45:24 +0000 (15:45 +0200)
committerMichael Lando <ml636r@att.com>
Thu, 21 Dec 2017 14:24:54 +0000 (14:24 +0000)
Change-Id: Icee18ab2205571571fe7ec69b5faa169de444963
Issue-ID: SDC-684
Signed-off-by: Michael Lando <ml636r@att.com>
(cherry picked from commit 5c22fb8b048a3a7c928202a0a314e44daa1bdaa4)

pom.xml

diff --git a/pom.xml b/pom.xml
index 4b78068..794cd87 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <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>