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