Skip to content
Snippets Groups Projects
Commit 81c31bc4 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

add dependency for template engine

parent b985b5ac
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,11 @@
<version>3.1.0</version>
<!-- scope>provided</scope -->
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment