aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-11-18 11:28:19 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-11-18 14:37:33 +0100
commit5934fd7d5566968f395b6dcf4658bad241d28825 (patch)
tree9eebdcae663474869ed89431a891238fedae71b8 /server/sonar-server/pom.xml
parentbc44590d916b80b0247ab4df33d92d7d1c9e4074 (diff)
downloadsonarqube-5934fd7d5566968f395b6dcf4658bad241d28825.tar.gz
sonarqube-5934fd7d5566968f395b6dcf4658bad241d28825.zip
SONAR-7027 add DevCockpitBridge and start/stop Dev Cockpit plugin
add Maven module sonar-dev-cockpit-bridge
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r--server/sonar-server/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 7fb49bddfb1..b059b0ffe08 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -185,6 +185,10 @@
<groupId>${project.groupId}</groupId>
<artifactId>sonar-views-bridge</artifactId>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-dev-cockpit-bridge</artifactId>
+ </dependency>
<!-- unit tests -->
<dependency>
<groupId>${project.groupId}</groupId>