diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-01 23:04:37 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 09:54:05 +0200 |
commit | 0da7194795513bb7c5dff08ff8197aae17182719 (patch) | |
tree | 07f8d656d68abd098f0ca3e238d6fc199ae634b3 /sonar-plugin-api/pom.xml | |
parent | daf4bbc321839b01f6e9a52ee8b01fa28c30e14b (diff) | |
download | sonarqube-0da7194795513bb7c5dff08ff8197aae17182719.tar.gz sonarqube-0da7194795513bb7c5dff08ff8197aae17182719.zip |
SONAR-6370 add comment to explain dependency on sonar-graph
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index e200932a303..1412a8efdd0 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -80,6 +80,7 @@ </exclusions> </dependency> <dependency> + <!-- to be kept for backward-compatibility of org.sonar.api.design.Dependency --> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-graph</artifactId> </dependency> |