]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms.ui/pom.xml
Remove dependency to JTA
[lgpl/argeo-commons.git] / 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>argeo-commons</artifactId>
7 <version>2.3-SNAPSHOT</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-SNAPSHOT</version>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.commons</groupId>
21 <artifactId>org.argeo.cms.jcr</artifactId>
22 <version>2.3-SNAPSHOT</version>
23 </dependency>
24 <!-- Specific -->
25 <dependency>
26 <groupId>org.argeo.commons</groupId>
27 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
28 <version>2.3-SNAPSHOT</version>
29 <scope>provided</scope>
30 </dependency>
31
32 <!-- Theme -->
33 <dependency>
34 <groupId>org.argeo.commons</groupId>
35 <artifactId>org.argeo.cms.ui.theme</artifactId>
36 <version>2.3-SNAPSHOT</version>
37 </dependency>
38
39 <!-- UI -->
40 <dependency>
41 <groupId>org.argeo.tp.rap.e4</groupId>
42 <artifactId>org.eclipse.rap.rwt</artifactId>
43 <scope>provided</scope>
44 </dependency>
45 <dependency>
46 <groupId>org.argeo.tp.rap.e4</groupId>
47 <artifactId>org.eclipse.core.commands</artifactId>
48 <scope>provided</scope>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.tp.rap.e4</groupId>
52 <artifactId>org.eclipse.rap.jface</artifactId>
53 <scope>provided</scope>
54 </dependency>
55
56 <!-- TODO move it to specific -->
57 <dependency>
58 <groupId>org.argeo.tp.rap.e4</groupId>
59 <artifactId>org.eclipse.rap.filedialog</artifactId>
60 <scope>provided</scope>
61 </dependency>
62 <dependency>
63 <groupId>org.argeo.tp.rap.e4</groupId>
64 <artifactId>org.eclipse.rap.fileupload</artifactId>
65 <scope>provided</scope>
66 </dependency>
67
68 </dependencies>
69 </project>