]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/runtime/org.argeo.server.webextender/pom.xml
Use bind authentication in LDAP
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.webextender / pom.xml
index 08adbeefc3b3ccfff9a4925994d8132c5a96a35d..960d829a30d30982eaf1e56b0ce28eb05705080f 100644 (file)
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
-
-                                               <Export-Package>
-                                                       org.argeo.server.*
-                                               </Export-Package>
+                                               <Fragment-Host>org.springframework.osgi.web.extender</Fragment-Host>
+                                               <Export-Package>org.argeo.server.webextender.*</Export-Package>
+                                               <Import-Package>org.springframework.beans.factory,*</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
                <!-- Spring -->
                <dependency>
                        <groupId>org.springframework.osgi</groupId>
-                       <artifactId>org.springframework.web.extender</artifactId>
+                       <artifactId>org.springframework.osgi.web.extender</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.catalina</groupId>
+                       <artifactId>com.springsource.org.apache.catalina</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.beans</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
        </dependencies>
 </project>