]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
360054f331a671b1a4e1d0cfa62776f9ffa91a8a
[lgpl/argeo-commons.git] / 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</groupId>
5 <version>2.1.14-SNAPSHOT</version>
6 <artifactId>argeo-commons</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
10 <name>Commons Eclipse UI Workbench</name>
11 <dependencies>
12 <!-- Generic Eclipse UI Dependencies -->
13 <dependency>
14 <groupId>org.argeo.commons</groupId>
15 <artifactId>org.argeo.eclipse.ui</artifactId>
16 <version>2.1.14-SNAPSHOT</version>
17 <exclusions>
18 <!-- version of the org.osgi.framework package provided in this bundle
19 is too old -->
20 <!-- <exclusion>
21 <groupId>org.argeo.tp</groupId>
22 <artifactId>org.osgi.core</artifactId>
23 </exclusion> -->
24 </exclusions>
25 </dependency>
26
27 <!-- We build against RAP -->
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
31 <version>2.1.14-SNAPSHOT</version>
32 <scope>provided</scope>
33 </dependency>
34
35 <!-- <dependency>
36 <groupId>org.argeo.commons</groupId>
37 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
38 <type>pom</type>
39 <version>2.1.12-SNAPSHOT</version>
40 <scope>provided</scope>
41 </dependency> -->
42
43 <!-- Business dependencies -->
44 <dependency>
45 <groupId>org.argeo.commons</groupId>
46 <artifactId>org.argeo.util</artifactId>
47 <version>2.1.14-SNAPSHOT</version>
48 </dependency>
49 </dependencies>
50 </project>