aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:43:18 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:43:37 +0100
commit1b00feff2f79e91c32fac15884e2bfc8157d861a (patch)
tree13108dc8af1f544ea740f05e596c068bf3a032d8 /pom.xml
parentc21f9382b1020ffd8328995f5081dae05df4ed5f (diff)
downloadsonarqube-1b00feff2f79e91c32fac15884e2bfc8157d861a.tar.gz
sonarqube-1b00feff2f79e91c32fac15884e2bfc8157d861a.zip
Drop dependency on deprecated sonar-graph
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 3129d039f19..47ab9ea2d64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,11 +447,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-graph</artifactId>
- <version>5.1</version>
- </dependency>
- <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>${project.version}</version>