aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4d56d660c96..27ed5824de5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -716,6 +716,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.sonarsource.sonarqube</groupId>
+ <artifactId>sonar-dev-cockpit-bridge</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-plugin</artifactId>
<version>${sonarJava.version}</version>