diff options
author | Michael Lando <ml636r@att.com> | 2017-12-21 15:45:24 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-12-21 14:24:54 +0000 |
commit | c7ad6377116438271aad989ec7777f0d11c3e7d1 (patch) | |
tree | a95e05e3406328f3cb8ec2a98fb312c17e8da457 /pom.xml | |
parent | d997d9df7c360035244171a9a1eb2c71728dd19c (diff) |
fix sonar issue
Change-Id: Icee18ab2205571571fe7ec69b5faa169de444963
Issue-ID: SDC-684
Signed-off-by: Michael Lando <ml636r@att.com>
(cherry picked from commit 5c22fb8b048a3a7c928202a0a314e44daa1bdaa4)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |