Skip to content

Commit ab3b202

Browse files
Copilotrvosa
andcommitted
Fix OAI-PMH ApplicationContext error: add Apache Velocity 1.7 dependency for Spring 4.x compatibility
Co-authored-by: rvosa <106490+rvosa@users.noreply.github.com>
1 parent e65a86a commit ab3b202

File tree

1 file changed

+6
-0
lines changed
  • oai-pmh_data_provider/data_provider_web

1 file changed

+6
-0
lines changed

oai-pmh_data_provider/data_provider_web/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@
272272
<groupId>javax.servlet</groupId>
273273
<artifactId>servlet-api</artifactId>
274274
<version>2.4</version>
275+
</dependency>
276+
<!-- Velocity 1.7 compatible with Spring 4.x -->
277+
<dependency>
278+
<groupId>org.apache.velocity</groupId>
279+
<artifactId>velocity</artifactId>
280+
<version>1.7</version>
275281
</dependency>
276282
<dependency>
277283
<groupId>velocity-tools</groupId>

0 commit comments

Comments
 (0)