summaryrefslogtreecommitdiffstats
path: root/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 /pom.xml
parent8d2ca3f7e43a01289734ed7a652904adb5c76527 (diff)
downloadsonarqube-2ccd693c8ccefb423ab10368ac93fff2eccc1b1f.tar.gz
sonarqube-2ccd693c8ccefb423ab10368ac93fff2eccc1b1f.zip
SONAR-6060 Move HTML report into the core
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 63a4f2756ad..3041c24e976 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1078,6 +1078,11 @@
<artifactId>sonar-runner-api</artifactId>
<version>2.4</version>
</dependency>
+ <dependency>
+ <groupId>org.freemarker</groupId>
+ <artifactId>freemarker</artifactId>
+ <version>2.3.20</version>
+ </dependency>
<!-- tomcat -->
<dependency>