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-oak-2.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git
commit f95dc28ae4c518e664be442096e70198a1d4b088 Author: Stefan Seifert <[email protected]> AuthorDate: Tue Aug 16 15:03:14 2016 +0000 SLING-5970 mocks: Update to Parent Pom 28 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock-oak@1756521 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5eba2b3..89660db 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>28</version> <relativePath /> </parent> @@ -82,10 +82,15 @@ <version>${jackrabbit.version}</version> </dependency> + <!-- those two compile dependencies are requires to avoid "Dependency-reduced POM written" endless loop in maven-shade-plugin --> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> - <version>2.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> <scope>compile</scope> </dependency> @@ -103,7 +108,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.logging-mock</artifactId> - <version>1.0.0</version> + <version>2.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> @@ -147,7 +152,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4.1</version> + <version>2.4.3</version> <configuration> <!-- embed all jackrabbit artifacts to prevent classpath clashes -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
