aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-01-23 12:14:00 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-01-26 10:19:38 +0100
commit2ccd693c8ccefb423ab10368ac93fff2eccc1b1f (patch)
tree184f873261933129c1dd37f382554f54d53cd78f /sonar-batch/pom.xml
parent8d2ca3f7e43a01289734ed7a652904adb5c76527 (diff)
downloadsonarqube-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.xml5
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>