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

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git


The following commit(s) were added to refs/heads/master by this push:
     new b8409ee  use correct artifactId for osgi-mock
b8409ee is described below

commit b8409ee840277cfaeb1f58c8648259b811f7789e
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Nov 26 11:45:57 2025 +0100

    use correct artifactId for osgi-mock
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f321efa..c99eb38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
+            <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
             <version>3.1.0</version>
             <scope>test</scope>
         </dependency>

Reply via email to