updated to FreeMarker 2.3.15 (SPR-4962)

This commit is contained in:
Juergen Hoeller
2009-04-19 22:22:56 +00:00
parent 58a458986f
commit 4cf573ba98
12 changed files with 787 additions and 767 deletions

View File

@@ -24,9 +24,6 @@
<artifactId>jta</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
@@ -38,12 +35,10 @@
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.12</version>
<version>2.3.15</version>
<optional>true</optional>
</dependency>
<dependency>