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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new 120f5c3 Use turbine parent 13-SNAPSHOT with java 17 baseline; update
missing dep log4j-api in test scope, use jakarta servlet api 6.1.0
120f5c3 is described below
commit 120f5c3c8b83e6430fb2564bd20c9814b2558ca0
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Jul 9 15:08:31 2024 +0200
Use turbine parent 13-SNAPSHOT with java 17 baseline; update missing dep
log4j-api in test scope, use jakarta servlet api 6.1.0
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9457aff..592962e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>turbine-parent</artifactId>
<groupId>org.apache.turbine</groupId>
- <version>12</version>
+ <version>13-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -104,6 +104,12 @@
<version>${turbine.log4j2.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>${turbine.log4j2.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>