]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml
Improve JCR
[lgpl/argeo-commons.git] / osgi / dep / org.argeo.osgi.dep.stdruntime / 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.osgi</groupId>
6 <version>0.1.3-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.osgi.dep.stdruntime</artifactId>
11 <packaging>pom</packaging>
12 <name>Dep OSGi Runtime</name>
13 <dependencies>
14 <!-- OSGi Boot (and Equinox) -->
15 <dependency>
16 <groupId>org.argeo.commons.osgi</groupId>
17 <artifactId>org.argeo.osgi.boot</artifactId>
18 <version>${project.version}</version>
19 </dependency>
20 <!-- Logging -->
21 <dependency>
22 <groupId>org.argeo.commons.basic</groupId>
23 <artifactId>org.argeo.basic.dep.log4j</artifactId>
24 <version>${project.version}</version>
25 <type>pom</type>
26 </dependency>
27 <!-- Spring OSGi -->
28 <dependency>
29 <groupId>org.springframework.osgi</groupId>
30 <artifactId>org.springframework.osgi.core</artifactId>
31 </dependency>
32 <dependency>
33 <groupId>org.springframework.osgi</groupId>
34 <artifactId>org.springframework.osgi.extender</artifactId>
35 </dependency>
36 </dependencies>
37 </project>