]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.server.repo/pom.xml
73dd7a373c23c7ffd1fe9e74dd610f5f8646efeb
[gpl/argeo-slc.git] / modules / org.argeo.slc.server.repo / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>modules</artifactId>
6 <version>1.1.7-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.server.repo</artifactId>
10 <name>SLC Repo Services</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Import-Package>
19 *,
20 org.argeo.jcr,
21 org.argeo.slc.jcr,
22 org.argeo.slc.repo,
23 org.h2;resolution:=optional,
24 </Import-Package>
25 </instructions>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 </project>