diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-12 22:38:09 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-12-12 22:38:13 -0500 |
commit | 450d86eab4d080093bdfcdb99c822964f89a28e9 (patch) | |
tree | 4afc54f64b8fe9957e23fa14d75d80f24c4c396e | |
parent | a488f5dcc1f85d7d7995bca55ab6b02316512707 (diff) |
Update pom to fix sonar issue
Issue-ID: AAI-561
Change-Id: I283bdf102e3b6bd07d7ea27ac41a3402a5c575b7
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |