This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-2.2.12 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit de2da69685ea064db63ff1848576f1288c4e1460 Author: Stefan Seifert <[email protected]> AuthorDate: Tue May 23 21:44:04 2017 +0000 SLING-6874 add johnzon-core dependency git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1795974 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1c495eb..8752226 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,12 @@ <scope>compile</scope> </dependency> <dependency> + <groupId>org.apache.johnzon</groupId> + <artifactId>johnzon-core</artifactId> + <version>1.0.0</version> + <scope>compile</scope> + </dependency> + <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.classloader</artifactId> <version>1.3.2</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
