diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-23 12:14:00 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-26 10:19:38 +0100 |
commit | 2ccd693c8ccefb423ab10368ac93fff2eccc1b1f (patch) | |
tree | 184f873261933129c1dd37f382554f54d53cd78f /sonar-batch/pom.xml | |
parent | 8d2ca3f7e43a01289734ed7a652904adb5c76527 (diff) | |
download | sonarqube-2ccd693c8ccefb423ab10368ac93fff2eccc1b1f.tar.gz sonarqube-2ccd693c8ccefb423ab10368ac93fff2eccc1b1f.zip |
SONAR-6060 Move HTML report into the core
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 63b2fd4af99..c7f63892495 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -127,6 +127,11 @@ <groupId>com.github.kevinsawicki</groupId> <artifactId>http-request</artifactId> </dependency> + <!-- For HTML Report --> + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + </dependency> <!-- unit tests --> <dependency> |