Author: fmeschbe
Date: Thu Aug 19 11:00:13 2010
New Revision: 987123
URL: http://svn.apache.org/viewvc?rev=987123&view=rev
Log:
SLING-1668 dynamically import the JCR API
Modified:
sling/trunk/bundles/auth/core/pom.xml
Modified: sling/trunk/bundles/auth/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=987123&r1=987122&r2=987123&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Thu Aug 19 11:00:13 2010
@@ -84,6 +84,9 @@
|org/apache/commons/codec/EncoderException*
|org/apache/commons/codec/DecoderException*"
</Embed-Dependency>
+ <DynamicImport-Package>
+ javax.jcr
+ </DynamicImport-Package>
</instructions>
</configuration>
</plugin>