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.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 558e0a09cfddba53dc57d8cb68e7804d20fb78ba Author: Stefan Seifert <[email protected]> AuthorDate: Fri Apr 28 15:42:10 2017 +0000 add profile latest-resource-bundles for testing update osgi-mock dependency git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1793113 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d3881c..39cb36f 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock</artifactId> - <version>2.2.4</version> + <version>2.2.5-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> @@ -261,4 +261,42 @@ </plugins> </build> + <profiles> + <profile> + <id>latest-resource-bundles</id> + <dependencies> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.api</artifactId> + <version>2.16.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.resourceresolver</artifactId> + <version>1.5.22</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.jcr.resource</artifactId> + <version>2.9.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-api</artifactId> + <version>2.13.4</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>oak-jcr</artifactId> + <version>1.5.15</version> + <scope>provided</scope> + </dependency> + </dependencies> + </profile> + </profiles> + </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
