This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities.git
commit f71f6b650bb96daadd3bf99ae1269764d624ed3a Author: Bertrand Delacretaz <[email protected]> AuthorDate: Thu Oct 11 13:55:58 2018 +0200 Sling mock artifacts have moved --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4908ea9..84d3d72 100644 --- a/pom.xml +++ b/pom.xml @@ -102,13 +102,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>2.4.2</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>2.3.4</version> <scope>test</scope> </dependency>
