Remove unused directories
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.catalina / pom.xml
diff --git a/server/modules/org.argeo.server.catalina/pom.xml b/server/modules/org.argeo.server.catalina/pom.xml
deleted file mode 100644 (file)
index 59fd5fe..0000000
+++ /dev/null
@@ -1,43 +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.server.catalina</artifactId>
-       <name>Commons Server Default Catalina Service (Tomcat)</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Fragment-Host>org.apache.catalina</Fragment-Host>
-                                               <!-- Hack for HTTP session deserialization in OSGi -->
-                                               <Import-Package>
-                                                       *,
-                                                       org.apache.commons.logging.impl;resolution:=optional,
-                                                       org.argeo.security.core;resolution:=optional,
-                                                       org.argeo.security.jcr;resolution:=optional,
-                                                       org.springframework.beans.factory.support;resolution:=optional,
-                                                       org.springframework.context.annotation;resolution:=optional,
-                                                       org.springframework.orm.jpa.support;resolution:=optional,
-                                                       org.springframework.security;resolution:=optional,
-                                                       org.springframework.security.context;resolution:=optional,
-                                                       org.springframework.security.providers;resolution:=optional,
-                                                       org.springframework.security.providers.rememberme;resolution:=optional,
-                                                       org.springframework.security.ui;resolution:=optional,
-                                                       org.springframework.security.ui.savedrequest;resolution:=optional,
-                                                       org.springframework.security.userdetails;resolution:=optional,
-                                                       org.springframework.security.providers.preauth;resolution:=optional,
-                                                       org.springframework.web.context.request;resolution:=optional
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file