Skip to content

Commit 15c0504

Browse files
committed
加入velocity maven配置
1 parent a2a13bf commit 15c0504

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
<artifactId>commons-logging</artifactId>
2121
<version>1.1.3</version>
2222
</dependency>
23+
<dependency>
24+
<groupId>org.apache.velocity</groupId>
25+
<artifactId>velocity</artifactId>
26+
<version>1.7</version>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.apache.velocity</groupId>
30+
<artifactId>velocity-tools</artifactId>
31+
<version>2.0</version>
32+
</dependency>
2333
<dependency>
2434
<groupId>junit</groupId>
2535
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)