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