This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.caconfig.spi-1.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git
commit 3fe42c1e094fdc5699c8d1f112ea79cce64da587 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Dec 7 15:12:54 2016 +0000 update to latest mock versions git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/spi@1773095 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e444d82..ef6ee56 100644 --- a/pom.xml +++ b/pom.xml @@ -81,20 +81,13 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock</artifactId> - <version>2.1.0</version> + <version>2.1.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock</artifactId> - <version>1.8.0</version> - <scope>test</scope> - </dependency> - <!-- this dependency can be removed when updated to sling-mock 1.8.2 or higher --> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.resourcebuilder</artifactId> - <version>1.0.2</version> + <version>1.8.1-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
