diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 13:43:18 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 13:43:37 +0100 |
commit | 1b00feff2f79e91c32fac15884e2bfc8157d861a (patch) | |
tree | 13108dc8af1f544ea740f05e596c068bf3a032d8 /pom.xml | |
parent | c21f9382b1020ffd8328995f5081dae05df4ed5f (diff) | |
download | sonarqube-1b00feff2f79e91c32fac15884e2bfc8157d861a.tar.gz sonarqube-1b00feff2f79e91c32fac15884e2bfc8157d861a.zip |
Drop dependency on deprecated sonar-graph
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |