aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@searchbox.com>2014-08-08 10:35:39 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-08-08 12:05:12 +0200
commita9611c345fd6ad51c37f9470b1b08fea0e062946 (patch)
tree98f9b9f4671e1ab3a8f84aa85e87dd4bf78196af /server/pom.xml
parent818278838e592c8124da76a780fd927145af74d8 (diff)
downloadsonarqube-a9611c345fd6ad51c37f9470b1b08fea0e062946.tar.gz
sonarqube-a9611c345fd6ad51c37f9470b1b08fea0e062946.zip
fixed cyclic dependencies
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 131d3efcbcd..27d1fc77c4f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -11,6 +11,7 @@
<name>SonarQube :: Server :: Parent</name>
<modules>
+ <module>sonar-process-test</module>
<module>sonar-process</module>
<module>sonar-search</module>
<module>sonar-server</module>