]> git.argeo.org Git - lgpl/argeo-commons.git/blob - plugins/org.argeo.osgi.ui.explorer/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / 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.5-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 <dependency>
13 <groupId>org.argeo.commons.eclipse</groupId>
14 <artifactId>org.argeo.eclipse.ui</artifactId>
15 <version>0.3.5-SNAPSHOT</version>
16 </dependency>
17
18 <!-- RCP only dependency, needed at compile time -->
19 <dependency>
20 <groupId>org.argeo.commons.eclipse</groupId>
21 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
22 <version>0.3.5-SNAPSHOT</version>
23 <scope>provided</scope>
24 </dependency>
25 <dependency>
26 <groupId>org.argeo.commons.eclipse</groupId>
27 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
28 <version>0.3.5-SNAPSHOT</version>
29 <scope>provided</scope>
30 </dependency>
31 </dependencies>
32 </project>