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-tracer.git


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

commit 7e7e2183b9877d16d2e884c5f02683bb86f0b1e8
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Nov 26 11:42:31 2025 +0100

    use correct artifactId for osgi-mock and sling-mock
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f9c7bd..ecfa19f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,13 +145,13 @@
     </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.3.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.testing.sling-mock</artifactId>
+      <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
       <version>3.4.10</version>
       <scope>test</scope>
     </dependency>

Reply via email to