This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-test-services.git
The following commit(s) were added to refs/heads/master by this push: new 93cea86 Use Sling API 3.0.0 93cea86 is described below commit 93cea86b0815afd6872a6b17e98edf3e35fe2527 Author: Carsten Ziegeler <cziege...@apache.org> AuthorDate: Sun Jun 29 13:58:17 2025 +0200 Use Sling API 3.0.0 --- .gitignore | 1 + pom.xml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b783ed..83105bc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .idea .classpath .metadata +.vscode .project .settings .externalToolBuilders diff --git a/pom.xml b/pom.xml index 44076f8..a188293 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,11 @@ <project.build.outputTimestamp>2024-12-13T11:08:06Z</project.build.outputTimestamp> </properties> <dependencies> + <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.annotation.versioning</artifactId> @@ -73,6 +78,12 @@ <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> <dependency> <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> @@ -82,7 +93,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> - <version>2.27.6</version> + <version>3.0.0</version> <scope>provided</scope> </dependency> <dependency>