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-commons-scheduler.git
The following commit(s) were added to refs/heads/master by this push:
new 6ba636b use correct artifactId for osgi-mock
6ba636b is described below
commit 6ba636b286e66d57e0149d9416fb83d8b035ff66
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Nov 26 11:40:59 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 a32673e..5590bf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,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.5.0</version>
<scope>test</scope>
</dependency>