]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.core/pom.xml
Allows usernames with uppercase
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index e9eca020c13a2b9b2554a876ebe5b8726a86ad80..91e884e8c3d70ce2700d94424e75e46f18682710 100644 (file)
                                                <Export-Package>
                                                        org.argeo.security.*
                                                </Export-Package>
+                                               <!-- We need to exclude some packages which are added by BND but cause 
+                                                       use package conflict with some deployments -->
                                                <Import-Package>
                                                        org.springframework.context,
                                                        org.springframework.beans.factory,
+                                                       org.argeo.jcr,
+                                                       org.xml.sax;version="0.0.0",
                                                        *
                                                </Import-Package>
                                        </instructions>