diff options
author | arthurdent3 <tn1381@att.com> | 2018-02-08 16:58:52 -0500 |
---|---|---|
committer | arthurdent3 <tn1381@att.com> | 2018-02-08 16:58:52 -0500 |
commit | 7651ec40142cbf673c365156a3cf876150eb4d1d (patch) | |
tree | 680157c69ab34c06749a9a8760b138255af0541b /pom.xml | |
parent | e99b7fa829bf957c2a46223a1a20a32aebeda91b (diff) |
Adding sonar plugin for sonar scans
Issue-ID: MUSIC-24
Change-Id: Ib5860d1506435ac257def7d0b9a3157cebb94e45
Signed-off-by: arthurdent3 <tn1381@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -135,6 +135,11 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + <version>3.2</version> + </plugin> </plugins> </build> @@ -244,7 +249,6 @@ <artifactId>swagger-jersey-jaxrs</artifactId> <version>1.5.0</version> </dependency> - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> |