You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by jo...@apache.org on 2022/01/30 10:21:30 UTC

[sling-org-apache-sling-resourceresolver] branch master updated: update artifactId of osgi-mock (#58)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b771f9  update artifactId of osgi-mock (#58)
6b771f9 is described below

commit 6b771f9110e6950e5754bf97604b445085c21a44
Author: Jörg Hoh <jo...@users.noreply.github.com>
AuthorDate: Sun Jan 30 11:21:26 2022 +0100

    update artifactId of osgi-mock (#58)
---
 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>