summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-01-27 02:54:18 +0100
committerHåkon Hallingstad <hakon@oath.com>2018-01-27 02:54:18 +0100
commitc3168ca58af1396e7a7562fdeb15fa604425020d (patch)
tree36b93fffd494aec216ec42e9c2621c4db89357ce /parent
parent9a9cdc344eb6de42c2c94db65a4d88a951a3b0a7 (diff)
Support file templates
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 58ab845578c..02282f8218d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -385,6 +385,11 @@
<artifactId>commons-exec</artifactId>
<version>1.3</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>1.7</version>
+ </dependency>
<dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>