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-json.git


The following commit(s) were added to refs/heads/master by this push:
     new e037b3c  Use turbine parent 13-SNAPSHOT with java 17 baseline; update 
missing dep log4j-api in test scope, use jakarta servlet api 6.1.0
e037b3c is described below

commit e037b3c2b0444ba36a394ae77acd6a514e25a407
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Jul 9 15:08:29 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 59a0f21..03061e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
    <parent>
        <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>12</version>
+       <version>13-SNAPSHOT</version>
        <relativePath />
    </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -151,6 +151,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>
             <dependency>
                 <groupId>org.junit.platform</groupId>
                 <artifactId>junit-platform-runner</artifactId>

Reply via email to