This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch jakarta-2
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git
The following commit(s) were added to refs/heads/jakarta-2 by this push:
new 43e0d42 Update dependency to latest API with jakarta support
43e0d42 is described below
commit 43e0d427ff6d657341c160ac13b23e558112450a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Jan 3 09:38:34 2025 +0100
Update dependency to latest API with jakarta support
---
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b70c08..dfa4017 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,11 +99,17 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
+ <version>6.0.0</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Apache Sling -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
- <version>2.27.2</version>
+ <version>2.28.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -253,7 +259,7 @@
<version>3.2.2</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>