aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-29 18:10:21 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-03-31 11:34:41 +0200
commit9b88ac1448e5f8dc359a928602ed2883515611c5 (patch)
tree4e4a8ad4efd4fd25ad7aac0b0893799ae1837370 /pom.xml
parentcee47fb86197710892e9d23cbdc35813f51845f7 (diff)
downloadsonarqube-9b88ac1448e5f8dc359a928602ed2883515611c5.tar.gz
sonarqube-9b88ac1448e5f8dc359a928602ed2883515611c5.zip
SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProvider
new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index ded0eaa437e..1733d94735f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,12 +520,7 @@
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
- <artifactId>sonar-dev-cockpit-bridge</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.sonarsource.sonarqube</groupId>
- <artifactId>sonar-governance-bridge</artifactId>
+ <artifactId>sonar-plugin-bridge</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>