aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-09-05 10:26:04 +0000
committerFabrice Bellingard <bellingard@gmail.com>2012-09-05 10:26:04 +0000
commit80971d59f5c0ce60ae53715fa525dd5d5a81e9c8 (patch)
treef448190dada93b3ab30a526bf28ae9d2ae88062e /pom.xml
parentc7bcceb0933561fbf90ccc39225e24b47822c5d4 (diff)
downloadsonar-scanner-cli-80971d59f5c0ce60ae53715fa525dd5d5a81e9c8.tar.gz
sonar-scanner-cli-80971d59f5c0ce60ae53715fa525dd5d5a81e9c8.zip
SONARPLUGINS-2217 Move Sonar Batch Bootstrapper classes from Sonar to Sonar Runner
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index e6a9adb..f274e25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,12 +60,6 @@
</properties>
<dependencies>
- <!-- Would be embedded in final JAR -->
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-batch-bootstrapper</artifactId>
- <version>${sonar.buildVersion}</version>
- </dependency>
<!-- Would be available after bootstrapping -->
<dependency>
<groupId>ch.qos.logback</groupId>