diff options
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r-- | components/core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml index f33146b6..03d46f49 100644 --- a/components/core/pom.xml +++ b/components/core/pom.xml @@ -52,6 +52,10 @@ <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + </dependency> <!--Testing dependencies--> <dependency> <groupId>org.jetbrains.kotlin</groupId> |