summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
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 /node-admin/pom.xml
parent9a9cdc344eb6de42c2c94db65a4d88a951a3b0a7 (diff)
Support file templates
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 983e4d3a832..161769a4edf 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -115,8 +115,12 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
-
<build>
<plugins>
<plugin>