diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-03-29 18:10:21 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-03-31 11:34:41 +0200 |
commit | 9b88ac1448e5f8dc359a928602ed2883515611c5 (patch) | |
tree | 4e4a8ad4efd4fd25ad7aac0b0893799ae1837370 /server/sonar-server/pom.xml | |
parent | cee47fb86197710892e9d23cbdc35813f51845f7 (diff) | |
download | sonarqube-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 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 36880dd10cd..2b1a4860dbb 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -171,11 +171,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>sonar-dev-cockpit-bridge</artifactId> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>sonar-governance-bridge</artifactId> + <artifactId>sonar-plugin-bridge</artifactId> </dependency> <!-- unit tests --> |