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 09:51:48 UTC

[sling-org-apache-sling-jcr-webdav] 05/07: SLING-3262 Need to include all classes from the org.apache.jackrabbit.webdav.jcr.lock package to prevent a ClassNotFoundException on the LockTokenMapper.

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.2.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit 0fd065c57d032907cdb148311424bf2ff8df744d
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Mon Dec 16 10:28:47 2013 +0000

    SLING-3262 Need to include all classes from the org.apache.jackrabbit.webdav.jcr.lock
      package to prevent a ClassNotFoundException on the LockTokenMapper.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1551160 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 587faa5..d1a6b9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
                                 org/apache/jackrabbit/webdav/jcr/JcrDavException*.class|
                                 org/apache/jackrabbit/webdav/jcr/JcrDavSession*.class|
                                 org/apache/jackrabbit/webdav/jcr/JcrValueType*.class|
-                                org/apache/jackrabbit/webdav/jcr/lock/JcrActiveLock*.class|
+                                org/apache/jackrabbit/webdav/jcr/lock/*|
                                 META-INF/maven/**
                         </Embed-Dependency>
                     </instructions>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.