aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-gwt
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-03-04 21:23:11 +0300
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-03-04 21:43:11 +0300
commit9e9db3211048b051814074cfee5603838f38d8b4 (patch)
treeef2dd7f704e1dcf646d1691f3079619158f9ce69 /plugins/sonar-core-gwt
parent1e377d03560ce3d088bce4a38904577505d573a9 (diff)
downloadsonarqube-9e9db3211048b051814074cfee5603838f38d8b4.tar.gz
sonarqube-9e9db3211048b051814074cfee5603838f38d8b4.zip
sonar-plugin-api must be declared with scope provided in plugins
* It prevents embedding additional dependencies.
Diffstat (limited to 'plugins/sonar-core-gwt')
-rw-r--r--plugins/sonar-core-gwt/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-core-gwt/pom.xml b/plugins/sonar-core-gwt/pom.xml
index c39bf18bf14..43530335cbe 100644
--- a/plugins/sonar-core-gwt/pom.xml
+++ b/plugins/sonar-core-gwt/pom.xml
@@ -15,6 +15,7 @@
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-plugin-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>