]> git.argeo.org Git - lgpl/argeo-commons.git/blob - jcr/org.argeo.cms.ui/pom.xml
763b2d782a7efec27ed2e9e2be0ec2e6f1eb4145
[lgpl/argeo-commons.git] / jcr / org.argeo.cms.ui / 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 <artifactId>jcr</artifactId>
7 <version>2.3.5</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.cms.ui</artifactId>
11 <name>CMS UI</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.commons</groupId>
16 <artifactId>org.argeo.cms</artifactId>
17 <version>2.3.5</version>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.commons</groupId>
21 <artifactId>org.argeo.cms.swt</artifactId>
22 <version>2.3.5</version>
23 </dependency>
24 <dependency>
25 <groupId>org.argeo.commons</groupId>
26 <artifactId>org.argeo.cms.jcr</artifactId>
27 <version>2.3.5</version>
28 </dependency>
29
30 <!-- Specific -->
31 <dependency>
32 <groupId>org.argeo.commons.rap</groupId>
33 <artifactId>org.argeo.swt.specific.rap</artifactId>
34 <version>2.3.5</version>
35 <scope>provided</scope>
36 </dependency>
37
38 <!-- UI -->
39 <dependency>
40 <groupId>org.argeo.tp.rap.e4</groupId>
41 <artifactId>org.eclipse.rap.rwt</artifactId>
42 <scope>provided</scope>
43 </dependency>
44 <dependency>
45 <groupId>org.argeo.tp.rap.e4</groupId>
46 <artifactId>org.eclipse.core.commands</artifactId>
47 <scope>provided</scope>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.tp.rap.e4</groupId>
51 <artifactId>org.eclipse.rap.jface</artifactId>
52 <scope>provided</scope>
53 </dependency>
54
55 <!-- TODO move it to specific -->
56 <dependency>
57 <groupId>org.argeo.tp.rap.e4</groupId>
58 <artifactId>org.eclipse.rap.filedialog</artifactId>
59 <scope>provided</scope>
60 </dependency>
61 <dependency>
62 <groupId>org.argeo.tp.rap.e4</groupId>
63 <artifactId>org.eclipse.rap.fileupload</artifactId>
64 <scope>provided</scope>
65 </dependency>
66
67 </dependencies>
68 </project>