summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-05-17 00:20:35 +0200
committerMichael Bien <[email protected]>2010-05-17 00:20:35 +0200
commit2dbf7cb31149942d95b523ba7fc6dc5407ca48cb (patch)
treea382b16584c13967e72baeae9759d87ac05589fb /pom.xml
parent94c3621743fa49b05a5a68d931d6d8b3b6398cd9 (diff)
switched to freemarker template engine.
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 33c7459..9e0018b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,5 +37,10 @@
<artifactId>rome-fetcher</artifactId>
<version>1.0.0</version>
</dependency>
+ <dependency>
+ <groupId>freemarker</groupId>
+ <artifactId>freemarker</artifactId>
+ <version>2.3.8</version>
+ </dependency>
</dependencies>
</project>