aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 11:22:47 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 11:22:47 +0200
commitef6ec7c51e835eba63218854273835d7c8844cee (patch)
tree355f0cdb4f20c4d1fb5631523079bae2262a0fed /plugins
parent2e5f81f8ce0749ba8033aad61b15894797d0d994 (diff)
downloadsonarqube-ef6ec7c51e835eba63218854273835d7c8844cee.tar.gz
sonarqube-ef6ec7c51e835eba63218854273835d7c8844cee.zip
Remove unused dependencies in sonar-design-plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-design-plugin/pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml
index a32485e95f6..b2029087b50 100644
--- a/plugins/sonar-design-plugin/pom.xml
+++ b/plugins/sonar-design-plugin/pom.xml
@@ -20,10 +20,6 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-deprecated</artifactId>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-plugin-api</artifactId>
<scope>provided</scope>
</dependency>
@@ -32,13 +28,7 @@
<artifactId>maven-dependency-tree</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-ws-client</artifactId>
- <version>3.3.1</version>
- <scope>provided</scope>
- </dependency>
-
+
<!-- unit tests -->
<dependency>
<groupId>org.codehaus.sonar</groupId>