aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-12-12 22:38:09 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2017-12-12 22:38:13 -0500
commit450d86eab4d080093bdfcdb99c822964f89a28e9 (patch)
tree4afc54f64b8fe9957e23fa14d75d80f24c4c396e /pom.xml
parenta488f5dcc1f85d7d7995bca55ab6b02316512707 (diff)
Update pom to fix sonar issue
Issue-ID: AAI-561 Change-Id: I283bdf102e3b6bd07d7ea27ac41a3402a5c575b7 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d078281..74d4e60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,6 +248,11 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.2</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>