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-jackrabbit-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit f00b663e12ffe785740db349d1ba218adc19709e Author: Stefan Seifert <[email protected]> AuthorDate: Thu Oct 1 20:33:56 2015 +0000 SLING-4824/SLING-4827 do not embed org.apache.sling.jcr.resource dependency; it's a dependency of sling mock and not sling-mock-jackrabbit/oak and version used should be controlled by sling-mock git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock-jackrabbit@1706320 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index edec1fc..39b44e3 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>2.4</version> + <version>2.4.1</version> <configuration> <!-- embed all jackrabbit artifacts to prevent classpath clashes @@ -146,7 +146,6 @@ <artifactSet> <includes> <include>org.apache.jackrabbit:*</include> - <include>org.apache.sling:org.apache.sling.jcr.resource</include> </includes> </artifactSet> </configuration> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
