This is an automated email from the ASF dual-hosted git repository.

enapps-enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 315c254  SLING-13194 Resolve build warnings (#79)
315c254 is described below

commit 315c2544ea273dd6f406c16cbd5bdf7f2674d75c
Author: Eric Norman <[email protected]>
AuthorDate: Mon May 11 10:45:08 2026 -0700

    SLING-13194 Resolve build warnings (#79)
---
 bnd.bnd | 2 +-
 pom.xml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 86d4ddc..3a6a158 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,2 @@
-Import-Package: javax.jcr;resolution:=optional;version="[2.0,3)", \\
+Import-Package: javax.jcr;resolution:=optional;version="[2.0,3)", \
                 *
diff --git a/pom.xml b/pom.xml
index ea0df7b..9244f3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,19 +57,16 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
-            <version>4.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
-            <version>6.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.wrappers</artifactId>
-            <version>6.1.0</version>
             <scope>provided</scope>
         </dependency>
         <!-- OSGi -->
@@ -82,7 +79,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>2.0.17</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -113,7 +109,6 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>5.3.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to