You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2013/10/20 15:09:51 UTC

svn commit: r1533884 - /sling/trunk/bundles/jcr/registration/pom.xml

Author: cziegeler
Date: Sun Oct 20 13:09:51 2013
New Revision: 1533884

URL: http://svn.apache.org/r1533884
Log:
SLING-3178 : org.apache.sling.jcr.registration embeds ancient JCR-RMI classes. Apply patch from Jukka Zitting

Modified:
    sling/trunk/bundles/jcr/registration/pom.xml

Modified: sling/trunk/bundles/jcr/registration/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/registration/pom.xml?rev=1533884&r1=1533883&r2=1533884&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/registration/pom.xml (original)
+++ sling/trunk/bundles/jcr/registration/pom.xml Sun Oct 20 13:09:51 2013
@@ -66,8 +66,7 @@
                             *
                         </DynamicImport-Package>
                         <Embed-Dependency>
-                            jackrabbit-core;inline=org/apache/jackrabbit/core/jndi/provider/*.class,
-                            jackrabbit-jcr-rmi;inline=org/apache/jackrabbit/rmi/iterator/**|org/apache/jackrabbit/rmi/observation/**|org/apache/jackrabbit/rmi/remote/**|org/apache/jackrabbit/rmi/server/**|org/apache/jackrabbit/rmi/value/**|org/apache/jackrabbit/rmi/server/**
+                            jackrabbit-core;inline=org/apache/jackrabbit/core/jndi/provider/*.class
                         </Embed-Dependency>
                     </instructions>
                 </configuration>