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 <[email protected]> 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 "[email protected]" <[email protected]>.
