diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-01-31 17:09:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-01 14:28:37 +0100 |
commit | 846b39889a0aee7ca7328501432e219dbd168a4f (patch) | |
tree | 4e22958a529e6eebc499720e26c0c1204ade4eff /pom.xml | |
parent | bf5c4b1fc9b66b16bf090a13bce63dbba3a356b8 (diff) | |
download | sonarqube-846b39889a0aee7ca7328501432e219dbd168a4f.tar.gz sonarqube-846b39889a0aee7ca7328501432e219dbd168a4f.zip |
Remove unused transitive dependencies of blueprints
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |