aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-05-07 09:53:50 +0200
committerDavid Gageot <david@gageot.net>2012-05-07 15:25:29 +0200
commit58c44bcceb01f8386df5fdc2f3c26e44f8306dc3 (patch)
tree11dfbb1f2f453920308c80e523b4474c43f873b2 /pom.xml
parent24da63d4ff1d5247231a3cb5d2ebc1b1c8c26d70 (diff)
downloadsonarqube-58c44bcceb01f8386df5fdc2f3c26e44f8306dc3.tar.gz
sonarqube-58c44bcceb01f8386df5fdc2f3c26e44f8306dc3.zip
Enable test that involve classpath scanning
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index eb5b4649d20..bbcb6d16621 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1023,7 +1023,12 @@
<artifactId>jetty-servlet-tester</artifactId>
<version>${jetty.version}</version>
</dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.reflections</groupId>
+ <artifactId>reflections</artifactId>
+ <version>0.9.7.RC1</version>
+ </dependency>
+ </dependencies>
</dependencyManagement>
<mailingLists>