aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-03-31 11:49:35 +0200
committerEric Hartmann <hartmann.eric@gmail.Com>2017-04-27 09:23:18 +0200
commit588904e9c4460e485749effc85663e4594e16c79 (patch)
treefbfa7a6a342432012b67e730a8bdd24e840ab3d8 /pom.xml
parent57df359eb35751a0b2c24bfbf46e43d5a58a55ab (diff)
downloadsonarqube-588904e9c4460e485749effc85663e4594e16c79.tar.gz
sonarqube-588904e9c4460e485749effc85663e4594e16c79.zip
SONAR-9057 add module sonar-ce-api
this module provides code shared by sonar-web and sonar-ce
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 751f4aba531..54c626c4bde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,6 +438,11 @@
<version>${sonarUpdateCenter.version}</version>
</dependency>
<dependency>
+ <groupId>org.sonarsource.sonarqube</groupId>
+ <artifactId>sonar-ce-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sonar-server</artifactId>
<version>${project.version}</version>