diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-19 14:39:01 +0000 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-07-19 14:39:01 +0000 |
commit | 18ce02ea44a241694377ebd1dd36350c4220e2b6 (patch) | |
tree | 8c1d57a3ae022f0c994ce74eb824ee9f591ee90e /pom.xml | |
parent | c7d65715c793f962e154310aa2b1460ebcdd86b8 (diff) | |
download | sonar-scanner-cli-18ce02ea44a241694377ebd1dd36350c4220e2b6.tar.gz sonar-scanner-cli-18ce02ea44a241694377ebd1dd36350c4220e2b6.zip |
SONARPLUGINS-1230 Configure the location of working directory
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -86,6 +86,12 @@ <version>${sonar.buildVersion}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.easytesting</groupId> + <artifactId>fest-assert</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> </dependencies> <build> |