]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.core/pom.xml
Add authorizations to JCR
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 5c9a1f9eb05c204891d5e4908e5e20b702782ba6..d9e943cc2aad73361daa1f850b55291f91a13785 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,
                                                        *
                                                </Import-Package>
                                        </instructions>
                        <artifactId>org.argeo.basic.nodeps</artifactId>
                        <version>0.2.3-SNAPSHOT</version>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.jcr</artifactId>
+                       <version>0.2.3-SNAPSHOT</version>
+               </dependency>
 
                <!-- Spring -->
                <dependency>