Removing sitemesh jar, making it a maven dep

git-svn-id: https://svn.apache.org/repos/asf/struts/action2/trunk@404872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-05-07 23:46:52 +00:00
parent 5476348f0c
commit c3eb1669d8
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -25,6 +25,12 @@
<artifactId>struts-core</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies>