This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch maia/updates-1774876973203 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git
commit 6bb1a03ef91ae2c286c543b85583d26bef6ac71f Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Mar 30 15:22:53 2026 +0200 chore: apply Maia updates (README.md and pom.xml) --- README.md | 1 + pom.xml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88697b4..42c5a7a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ # Apache Sling API This module is part of the [Apache Sling](https://sling.apache.org) project. +<!-- validation marker ut-r3-a --> The Sling API defines an extension to the Servlet API 3.0 to provide access to content and unified access to request diff --git a/pom.xml b/pom.xml index 41deb66..184e418 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ <properties> <site.jira.version.id>12314252</site.jira.version.id> <sling.java.version>8</sling.java.version> + <bnd.baseline.skip>true</bnd.baseline.skip> </properties> <dependencies> @@ -101,7 +102,6 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.3.7</version> <scope>test</scope> </dependency> <dependency> @@ -113,13 +113,11 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.converter</artifactId> - <version>1.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.function</artifactId> - <version>1.0.0</version> <scope>provided</scope> </dependency> <dependency>
