]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/runtime/org.argeo.security.core/pom.xml
[maven-release-plugin] rollback the release of argeo-commons-0.3.4
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / pom.xml
index 53f58dea8756fcfb58506bca5af2b33803f69fc2..b030759189778faf9561e52c91e714cca01040ce 100644 (file)
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
+
                                <configuration>
                                        <instructions>
+                                               <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
                                                <Export-Package>
                                                        org.argeo.security.*
                                                </Export-Package>
                                                        org.springframework.beans.factory,
                                                        org.argeo.jcr,
                                                        org.xml.sax;version="0.0.0",
+                                                       javax.jcr.security,
+                                                       javax.jcr.nodetype,
+                                                       javax.jcr.version,
+                                                       javax.jcr.observation,
+                                                       javax.jcr.query,
+                                                       javax.jcr.lock,
+                                                       javax.jcr.retention,
                                                        *
                                                </Import-Package>
                                        </instructions>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.log4j</groupId>
+                       <artifactId>com.springsource.org.apache.log4j</artifactId>
+                       <optional>true</optional>
+               </dependency>
+
                <!-- TEST -->
                <dependency>
                        <groupId>org.junit</groupId>