This is an automated email from the ASF dual-hosted git repository.
joerghoh pushed a commit to branch improvement/SLING-11101-osgi-mock
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
The following commit(s) were added to
refs/heads/improvement/SLING-11101-osgi-mock by this push:
new c1f9633 update artifactId of osgi-mock
c1f9633 is described below
commit c1f9633bf19f0462846a47f972df54150724773a
Author: Jörg Hoh <[email protected]>
AuthorDate: Sun Jan 30 11:17:13 2022 +0100
update artifactId of osgi-mock
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 87f2442..09c81e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,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.2.2</version>
<scope>test</scope>
</dependency>