This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git
The following commit(s) were added to refs/heads/master by this push:
new ca6df04 Use turbine parent 12-SNAPSHOT and set commons-pool2 scope
provided.
ca6df04 is described below
commit ca6df047b418cfdd8c21fe634bb6bcda69e34c7b
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Oct 20 15:45:45 2022 +0200
Use turbine parent 12-SNAPSHOT and set commons-pool2 scope provided.
---
pom.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4a4bf4b..4b9a2d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine-parent</artifactId>
- <version>11</version>
+ <version>12-SNAPSHOT</version>
<relativePath></relativePath>
</parent>
@@ -118,10 +118,12 @@
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
</dependency>
+ <!-- scope provided to avoid dependency inconsistencies to commons module
dbcp2 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.7.0</version>
+ <version>2.11.1</version>
+ <scope>provided</scope>
</dependency>
<!-- fulcrum-pool is required even if not used due to optional fall-back
-->
<dependency>