Remove unused directories
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / pom.xml
diff --git a/security/modules/org.argeo.security.webapp/pom.xml b/security/modules/org.argeo.security.webapp/pom.xml
deleted file mode 100644 (file)
index 1f5cc2f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<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</groupId>
-               <version>2.1.12-SNAPSHOT</version>
-               <artifactId>argeo-commons</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.security.webapp</artifactId>
-       <name>Commons Security Webapp</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Web-ContextPath>org.argeo.security.webapp</Web-ContextPath>
-                                               <Import-Package>
-                                                       *,
-                                                       javax.servlet,
-                                                       javax.servlet.http,
-                                                       javax.servlet.resources,
-                                                       org.argeo.security,
-                                                       org.argeo.security.mvc,
-                                                       org.argeo.server.mvc,
-                                                       org.springframework.ldap.core.support,
-                                                       org.springframework.osgi.web.context.support,
-                                                       org.springframework.security,
-                                                       org.springframework.security.config,
-                                                       org.springframework.security.ui,
-                                                       org.springframework.security.ui.rememberme,
-                                                       org.springframework.security.ui.webapp,
-                                                       org.springframework.security.userdetails,
-                                                       org.springframework.web.context,
-                                                       org.springframework.web.context.support,
-                                                       org.springframework.web.filter,
-                                                       org.springframework.web.servlet
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file