]> git.argeo.org Git - lgpl/argeo-commons.git/blob - base/dep/org.argeo.osgi.dep.stdruntime/pom.xml
Move to Commons Base
[lgpl/argeo-commons.git] / base / 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>1.1.4-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>1.1.4-SNAPSHOT</version>
18 </dependency>
19 <!-- Logging -->
20 <dependency>
21 <groupId>org.argeo.commons.basic</groupId>
22 <artifactId>org.argeo.basic.dep.log4j</artifactId>
23 <version>1.1.4-SNAPSHOT</version>
24 <type>pom</type>
25 </dependency>
26 </dependencies>
27 </project>