diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-11-18 11:28:19 +0100 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-11-18 14:37:33 +0100 |
commit | 5934fd7d5566968f395b6dcf4658bad241d28825 (patch) | |
tree | 9eebdcae663474869ed89431a891238fedae71b8 /server/sonar-server/pom.xml | |
parent | bc44590d916b80b0247ab4df33d92d7d1c9e4074 (diff) | |
download | sonarqube-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.xml | 4 |
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> |