]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml
Remove XML and ZIP indexing from WebDav config
[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"
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.3.4-SNAPSHOT</version>
7 <artifactId>plugins</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.osgi.ui.explorer</artifactId>
11 <name>Commons OSGi Explorer</name>
12 <dependencies>
13 <dependency>
14 <groupId>org.argeo.commons.eclipse</groupId>
15 <artifactId>org.argeo.eclipse.ui</artifactId>
16 <version>0.3.4-SNAPSHOT</version>
17 </dependency>
18
19 <!-- RCP only dependency, needed at compile time -->
20 <dependency>
21 <groupId>org.argeo.commons.eclipse</groupId>
22 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
23 <version>0.3.4-SNAPSHOT</version>
24 <scope>provided</scope>
25 </dependency>
26 </dependencies>
27 </project>