]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.repo/pom.xml
87c1b40e2b3242534d1f67cfc16e6402a8a24b45
[gpl/argeo-slc.git] / runtime / org.argeo.slc.repo / 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.slc</groupId>
6 <artifactId>runtime</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.runtime</groupId>
11 <artifactId>org.argeo.slc.repo</artifactId>
12 <name>SLC Repository</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <version>${version.maven-bundle-plugin}</version>
19 <configuration>
20 <instructions>
21 <Export-Package>
22 org.argeo.slc.repo.*
23 </Export-Package>
24 <Import-Package>javax.jcr.nodetype,*</Import-Package>
25 </instructions>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 <dependencies>
31 <dependency>
32 <groupId>org.argeo.commons.server</groupId>
33 <artifactId>org.argeo.server.jcr</artifactId>
34 <version>${version.argeo-commons}</version>
35 </dependency>
36
37 <dependency>
38 <groupId>org.argeo.slc.runtime</groupId>
39 <artifactId>org.argeo.slc.support.aether</artifactId>
40 <version>0.13.1-SNAPSHOT</version>
41 </dependency>
42
43 <dependency>
44 <groupId>org.eclipse.osgi</groupId>
45 <artifactId>org.eclipse.osgi</artifactId>
46 </dependency>
47 <dependency>
48 <groupId>org.apache.commons</groupId>
49 <artifactId>com.springsource.org.apache.commons.io</artifactId>
50 </dependency>
51 <dependency>
52 <groupId>org.slf4j</groupId>
53 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
54 </dependency>
55
56 </dependencies>
57 </project>