summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-01-31 17:09:30 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-01 14:28:37 +0100
commit846b39889a0aee7ca7328501432e219dbd168a4f (patch)
tree4e22958a529e6eebc499720e26c0c1204ade4eff /pom.xml
parentbf5c4b1fc9b66b16bf090a13bce63dbba3a356b8 (diff)
downloadsonarqube-846b39889a0aee7ca7328501432e219dbd168a4f.tar.gz
sonarqube-846b39889a0aee7ca7328501432e219dbd168a4f.zip
Remove unused transitive dependencies of blueprints
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 600994e977b..5386fca70ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -979,11 +979,6 @@
<version>${jetty.version}</version>
</dependency>
<dependency>
- <groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>