diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-08 10:35:39 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-08-08 12:05:12 +0200 |
commit | a9611c345fd6ad51c37f9470b1b08fea0e062946 (patch) | |
tree | 98f9b9f4671e1ab3a8f84aa85e87dd4bf78196af /server/pom.xml | |
parent | 818278838e592c8124da76a780fd927145af74d8 (diff) | |
download | sonarqube-a9611c345fd6ad51c37f9470b1b08fea0e062946.tar.gz sonarqube-a9611c345fd6ad51c37f9470b1b08fea0e062946.zip |
fixed cyclic dependencies
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 1 |
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> |