summaryrefslogtreecommitdiffstats
path: root/server/sonar-process
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/sonar-process
parent818278838e592c8124da76a780fd927145af74d8 (diff)
downloadsonarqube-a9611c345fd6ad51c37f9470b1b08fea0e062946.tar.gz
sonarqube-a9611c345fd6ad51c37f9470b1b08fea0e062946.zip
fixed cyclic dependencies
Diffstat (limited to 'server/sonar-process')
-rw-r--r--server/sonar-process/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index d5ee17653b5..6c941681ba3 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -68,12 +68,6 @@
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-process-test</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>