diff options
author | Hockla, Ali (ah999m) <ah999m@att.com> | 2017-12-01 14:08:51 -0600 |
---|---|---|
committer | Hockla, Ali (ah999m) <ah999m@att.com> | 2017-12-01 14:15:45 -0600 |
commit | 6b6f00cc3e499659a65fc8fe20a5e5f0cd72482b (patch) | |
tree | 5216728732295702cbae11c0bc2c7265b8029ad6 /pom.xml | |
parent | 97fbe2bcc75b1b42745567e10351967ef962d88a (diff) |
Fix sonar-maven-plugin version mismatch
Removed the sonar-maven-plugin tag from drools-pdp/pom.xml as it contained
a different groupId than the one in oparent.
Change-Id: Ibb8e798a4360eaa78c7e2430a398a1b71b9174f6
Issue-ID: POLICY-485
Signed-off-by: Hockla, Ali (ah999m) <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -292,10 +292,6 @@ <artifactId>jacoco-maven-plugin</artifactId> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>sonar-maven-plugin</artifactId> - </plugin> </plugins> <pluginManagement> |