aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-07-19 14:39:01 +0000
committerFabrice Bellingard <bellingard@gmail.com>2012-07-19 14:39:01 +0000
commit18ce02ea44a241694377ebd1dd36350c4220e2b6 (patch)
tree8c1d57a3ae022f0c994ce74eb824ee9f591ee90e /pom.xml
parentc7d65715c793f962e154310aa2b1460ebcdd86b8 (diff)
downloadsonar-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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1953a11..91e9404 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>