diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 09:59:18 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 09:59:18 +0000 |
commit | 91b4e663c59c2fd03b64ce3746617e44aeab2bdd (patch) | |
tree | e6f5ca160de886d4ade86642d2f572d18de024ff /plugins | |
parent | 3a268c327d4cd7dc1e1e2530d2733d42a62e0d09 (diff) | |
download | sonarqube-91b4e663c59c2fd03b64ce3746617e44aeab2bdd.tar.gz sonarqube-91b4e663c59c2fd03b64ce3746617e44aeab2bdd.zip |
move deprecated check api to sonar-deprecated
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-squid-java-plugin/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-squid-java-plugin/pom.xml b/plugins/sonar-squid-java-plugin/pom.xml index 5aa593bfa01..5c7a147a65f 100644 --- a/plugins/sonar-squid-java-plugin/pom.xml +++ b/plugins/sonar-squid-java-plugin/pom.xml @@ -16,6 +16,11 @@ <dependencies> <dependency> <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-deprecated</artifactId> + </dependency> + + <dependency> + <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-squid</artifactId> </dependency> <dependency> |