]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
1bd1d669bc49b2479f1f152f901cd93d4845a063
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.1.12-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.dep.rwt</artifactId>
11 <name>Eclipse RWT Dependencies</name>
12 <packaging>pom</packaging>
13 <dependencies>
14 <!-- Minimal web target platform -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
18 <type>pom</type>
19 <version>2.1.12-SNAPSHOT</version>
20 <exclusions>
21 <!-- Workbench -->
22 <exclusion>
23 <groupId>org.argeo.tp.rap.platform</groupId>
24 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
25 </exclusion>
26 <exclusion>
27 <groupId>org.argeo.tp.rap.platform</groupId>
28 <artifactId>org.eclipse.rap.ui</artifactId>
29 </exclusion>
30 <exclusion>
31 <groupId>org.argeo.tp.rap.platform</groupId>
32 <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
33 </exclusion>
34 <exclusion>
35 <groupId>org.argeo.tp.rap.platform</groupId>
36 <artifactId>org.eclipse.rap.ui.forms</artifactId>
37 </exclusion>
38 <exclusion>
39 <groupId>org.argeo.tp.rap.platform</groupId>
40 <artifactId>org.eclipse.rap.ui.views</artifactId>
41 </exclusion>
42 <exclusion>
43 <groupId>org.argeo.tp.rap.platform</groupId>
44 <artifactId>org.eclipse.help</artifactId>
45 </exclusion>
46 </exclusions>
47 </dependency>
48 </dependencies>
49 </project>