]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/eclipse/plugins/org.argeo.security.equinox/pom.xml
Improve build and maven structure
[lgpl/argeo-commons.git] / security / eclipse / plugins / org.argeo.security.equinox / pom.xml
index b1b43c7f0a99e74385dda835a1c91f524eae47bb..944a6e0df42bb362fc4443ed145e26175a2ca7cb 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
+<!--                                   <instructions>-->
+<!--                                           <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>-->
+<!--                                           <Bundle-Activator>org.argeo.security.equinox.EquinoxSecurity</Bundle-Activator>-->
+<!--                                           <Import-Package>-->
+<!--                                                   org.osgi.framework;version="0.0.0",-->
+<!--                                                   !org.eclipse.equinox.security.auth,-->
+<!--                                                   org.springframework.core,-->
+<!--                                                   org.argeo.eclipse.spring,-->
+<!--                                                   *-->
+<!--                                           </Import-Package>-->
+<!--                                           <Require-Bundle>org.eclipse.equinox.security</Require-Bundle>-->
+<!--                                   </instructions>-->
                                        <instructions>
-                                               <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
-                                               <Bundle-Activator>org.argeo.security.equinox.EquinoxSecurity</Bundle-Activator>
                                                <Import-Package>*,
                                                        org.springframework.core,
                                                        org.argeo.eclipse.spring
                        <groupId>org.springframework.security</groupId>
                        <artifactId>org.springframework.security.core</artifactId>
                </dependency>
-
-               <!-- Others -->
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
-               </dependency>
-
        </dependencies>
 </project>