]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
481093135ddb15b28b2a3684e11ab85ce6fab5c3
[lgpl/argeo-commons.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.server</groupId>
6 <version>0.3.4-SNAPSHOT</version>
7 <artifactId>modules</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.mysql</artifactId>
11 <name>Commons Server Default MySQL DB Config</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Import-Package>
20 *,
21 com.mysql.jdbc,
22 net.sf.ehcache.hibernate;resolution:=optional,
23 org.springframework.cache.ehcache;resolution:=optional,
24 org.springframework.jdbc.datasource,
25 org.springframework.orm.hibernate3,
26 </Import-Package>
27 </instructions>
28 </configuration>
29 </plugin>
30 </plugins>
31 </build>
32 </project>