You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2009/09/09 20:30:14 UTC

svn commit: r813068 - /sling/trunk/bundles/jcr/resource/pom.xml

Author: fmeschbe
Date: Wed Sep  9 18:30:13 2009
New Revision: 813068

URL: http://svn.apache.org/viewvc?rev=813068&view=rev
Log:
SLING-1077 Include Jackrabbit ISO9075 class used by the JcrPropertyMap in the bundle

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

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=813068&r1=813067&r2=813068&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Wed Sep  9 18:30:13 2009
@@ -68,7 +68,8 @@
 
                         <!-- Include URL support from Jackrabbit -->
                         <Embed-Dependency>
-                            jackrabbit-classloader;inline="org/apache/jackrabbit/net/**|org/apache/jackrabbit/classloader/Util.*"
+                            jackrabbit-classloader;inline="org/apache/jackrabbit/net/**|org/apache/jackrabbit/classloader/Util.*",
+                            jackrabbit-jcr-commons;inline="org/apache/jackrabbit/util/ISO9075.*|org/apache/jackrabbit/name/QName.*"
                         </Embed-Dependency>
 
                         <Sling-Namespaces>
@@ -157,6 +158,12 @@
             <version>1.5.0</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+            <version>1.5.0</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- Testing -->
         <dependency>