Fix missing import package
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 13 Oct 2011 12:20:05 +0000 (12:20 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 13 Oct 2011 12:20:05 +0000 (12:20 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4828 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/modules/org.argeo.security.dao.ldap/pom.xml

index 760563f5b142c7443ed8dffccc44ecbc4aa2e089..88358854d82371b72a4c714c974d46fe5b78ffb1 100644 (file)
@@ -18,6 +18,7 @@
                                        <instructions>
                                                <Import-Package>
                                                        *,
+                                                       org.argeo.jcr,
                                                        com.sun.jndi.ldap;resolution:=optional,
                                                        org.springframework.ldap.core.support
                                                </Import-Package>