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-installer-provider-jcr.git
The following commit(s) were added to refs/heads/master by this push:
new 0f3ad75 use correct artifactId for osgi-mock
0f3ad75 is described below
commit 0f3ad750a203fd15e9d34b0214acfdd29aa9419c
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Nov 26 12:47:05 2025 +0100
use correct artifactId for osgi-mock
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5c33bbc..17266dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,15 +161,15 @@
</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>2.4.10</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.osgi</groupId>
- <artifactId>osgi.core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi.core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>