You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:28:53 UTC

[sling-org-apache-sling-testing-sling-mock] 21/27: 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

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-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit cb1a8a26a0c8db5c604431e1cfce4514e375dd20
Author: Stefan Seifert <ss...@apache.org>
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-oak@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 4081c11..70a1673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,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
@@ -159,7 +159,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
"commits@sling.apache.org" <co...@sling.apache.org>.