]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml
Introduce OSGi explorer
[lgpl/argeo-commons.git] / osgi / plugins / org.argeo.osgi.ui.explorer / 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.3.4-SNAPSHOT</version>
6 <artifactId>plugins</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.osgi.ui.explorer</artifactId>
10 <name>Commons OSGi Explorer</name>
11 <dependencies>
12
13 <!-- RCP only dependency, needed at compile time -->
14 <dependency>
15 <groupId>org.argeo.commons.eclipse</groupId>
16 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
17 <version>0.3.4-SNAPSHOT</version>
18 <scope>provided</scope>
19 </dependency>
20 </dependencies>
21 </project>