diff options
author | David Gageot <david@gageot.net> | 2012-05-07 09:53:50 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-05-07 15:25:29 +0200 |
commit | 58c44bcceb01f8386df5fdc2f3c26e44f8306dc3 (patch) | |
tree | 11dfbb1f2f453920308c80e523b4474c43f873b2 /sonar-testing-harness/pom.xml | |
parent | 24da63d4ff1d5247231a3cb5d2ebc1b1c8c26d70 (diff) | |
download | sonarqube-58c44bcceb01f8386df5fdc2f3c26e44f8306dc3.tar.gz sonarqube-58c44bcceb01f8386df5fdc2f3c26e44f8306dc3.zip |
Enable test that involve classpath scanning
Diffstat (limited to 'sonar-testing-harness/pom.xml')
-rw-r--r-- | sonar-testing-harness/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index e6ac00f6ad0..f9daa42526e 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -77,5 +77,9 @@ <scope>compile</scope> <type>test-jar</type> </dependency> + <dependency> + <groupId>org.reflections</groupId> + <artifactId>reflections</artifactId> + </dependency> </dependencies> </project> |