Remove unused directories
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.jdbc / pom.xml
diff --git a/server/modules/org.argeo.server.jdbc/pom.xml b/server/modules/org.argeo.server.jdbc/pom.xml
deleted file mode 100644 (file)
index a5e5bf1..0000000
+++ /dev/null
@@ -1,36 +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.jdbc</artifactId>
-       <name>Commons Server Spring JDBC Drivers for OSGi</name>
-       <description>Makes commons JDBC drivers visible to Spring JDBC in an OSGi runtime</description>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               <Fragment-Host>org.springframework.jdbc</Fragment-Host>
-                                               <Import-Package>
-                                                       *,
-                                                       com.microsoft.sqlserver.jdbc;resolution:=optional,
-                                                       com.mysql.jdbc;resolution:=optional,
-                                                       net.sourceforge.jtds.jdbc;resolution:=optional,
-                                                       oracle.jdbc;resolution:=optional,
-                                                       org.apache.derby.jdbc;resolution:=optional,
-                                                       org.h2;resolution:=optional,
-                                                       org.hsqldb;resolution:=optional,
-                                                       org.postgresql;resolution:=optional
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
\ No newline at end of file