summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
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>