This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
The following commit(s) were added to refs/heads/master by this push:
new a27d6155 Remove useless optional dependency, remnant of prep
statements caching attempt
a27d6155 is described below
commit a27d6155253a648a53bc3ae9193e7d782028b8ec
Author: Claude Brisson <[email protected]>
AuthorDate: Thu Sep 5 13:47:46 2024 +0200
Remove useless optional dependency, remnant of prep statements caching
attempt
---
velocity-engine-core/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 72733e09..717ba8d6 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -235,13 +235,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-pool2</artifactId>
- <version>2.12.0</version>
- <scope>compile</scope>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>