]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.akb.services/pom.xml
AKB SDK
[gpl/argeo-slc.git] / modules / org.argeo.slc.akb.services / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>modules</artifactId>
8 <version>1.1.15-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.slc.akb.services</artifactId>
12 <name>SLC AKB - Services</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <Import-Package>
21 *,
22 org.argeo.slc.akb
23 </Import-Package>
24 </instructions>
25 </configuration>
26 </plugin>
27 </plugins>
28 </build>
29 <dependencies>
30 <dependency>
31 <groupId>org.argeo.slc</groupId>
32 <artifactId>org.argeo.slc.akb</artifactId>
33 <version>1.1.15-SNAPSHOT</version>
34 </dependency>
35 </dependencies>
36 </project>