1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Fixes for SEC-115. Updates to acegifier to work with Maven and new Acegi sources.

This commit is contained in:
Luke Taylor
2005-11-29 17:14:56 +00:00
parent a6e23d79ae
commit ec30e8b11c
3 changed files with 33 additions and 3 deletions
+20
View File
@@ -22,5 +22,25 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-8</version>
<type>jar</type>
<url>http://www.jaxen.org</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.4</version>
<type>jar</type>
<url>http://www.freemarker.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
</dependencies>
</project>