- upgrade sitemesh (TODO: maybe not necessary??)
This commit is contained in:
jdyer1
2023-10-30 12:00:39 -05:00
committed by Lukasz Lenart
parent 11284a0423
commit 697e18553b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh</artifactId>
</dependency>
+1 -1
View File
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>opensymphony</groupId>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh</artifactId>
</dependency>
+2 -2
View File
@@ -691,9 +691,9 @@
</dependency>
<dependency>
<groupId>opensymphony</groupId>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh</artifactId>
<version>2.5.0</version>
<version>3.2.0-M2</version>
</dependency>
<!-- Velocity -->