]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/features/org.argeo.eclipse.dep.rap/pom.xml
Add authorizations to JCR
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.rap / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons.eclipse</groupId>
7 <artifactId>features</artifactId>
8 <version>0.2.3-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
12 <name>Commons Eclipse RAP Dependencies</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.argeo.maven.plugins</groupId>
17 <artifactId>maven-argeo-osgi-plugin</artifactId>
18 </plugin>
19 </plugins>
20 </build>
21 <dependencies>
22 <!-- common dependencies for both RCP and RAP -->
23 <dependency>
24 <groupId>org.argeo.commons.eclipse</groupId>
25 <artifactId>org.argeo.eclipse.dep.common</artifactId>
26 <version>0.2.3-SNAPSHOT</version>
27 </dependency>
28
29 <!-- Dependency to enable file upload. Should be included directly in coming
30 rap distribution -->
31 <dependency>
32 <groupId>org.argeo.dep.rap</groupId>
33 <artifactId>org.eclipse.rwt.widgets.upload</artifactId>
34 </dependency>
35 <!-- Needed by the bundle above -->
36 <dependency>
37 <groupId>org.apache.commons</groupId>
38 <artifactId>com.springsource.org.apache.commons.io</artifactId>
39 </dependency>
40
41 <!-- RAP Specific Dependencies -->
42 <dependency>
43 <groupId>org.eclipse.rap</groupId>
44 <artifactId>org.eclipse.rap.ui</artifactId>
45 </dependency>
46 <dependency>
47 <groupId>javax.servlet</groupId>
48 <artifactId>com.springsource.javax.servlet</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.eclipse.equinox</groupId>
52 <artifactId>org.eclipse.equinox.http.registry</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>org.eclipse.equinox</groupId>
56 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>org.eclipse.rap</groupId>
60 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.eclipse.rap</groupId>
64 <artifactId>org.eclipse.rap.rwt.q07</artifactId>
65 </dependency>
66 <dependency>
67 <groupId>org.eclipse.rap</groupId>
68 <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>org.eclipse.rap</groupId>
72 <artifactId>org.eclipse.rap.ui.forms</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>org.eclipse.rap</groupId>
76 <artifactId>org.eclipse.rap.ui.views</artifactId>
77 </dependency>
78 <!-- Eclipse -->
79 <dependency>
80 <groupId>org.eclipse.core</groupId>
81 <artifactId>org.eclipse.core.databinding</artifactId>
82 </dependency>
83 <dependency>
84 <groupId>org.eclipse.core</groupId>
85 <artifactId>org.eclipse.core.databinding.beans</artifactId>
86 </dependency>
87 </dependencies>
88 </project>