]> git.argeo.org Git - lgpl/argeo-commons.git/blob - rcp/pom.xml
Start working on web socket authentication
[lgpl/argeo-commons.git] / rcp / 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" 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.1.77-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.rcp</groupId>
11 <artifactId>argeo-rcp</artifactId>
12 <name>Argeo RCP</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.eclipse.ui.rcp</module>
16 <module>org.argeo.cms.desktop</module>
17 <module>org.argeo.cms.e4.rcp</module>
18 <module>dep</module>
19 <!-- <module>demo</module> -->
20 </modules>
21 <dependencies>
22 <dependency>
23 <groupId>org.argeo.tp</groupId>
24 <artifactId>argeo-tp</artifactId>
25 <version>${version.argeo-tp}</version>
26 <scope>provided</scope>
27 <exclusions>
28 <!-- Equinox base -->
29 <!-- <exclusion> -->
30 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
31 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
32 <!-- </exclusion> -->
33 <!-- <exclusion> -->
34 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
35 <!-- <artifactId>org.eclipse.osgi.services</artifactId> -->
36 <!-- </exclusion> -->
37
38 <!-- RAP UI -->
39 <exclusion>
40 <groupId>org.argeo.tp.rap.platform</groupId>
41 <artifactId>org.eclipse.rap.ui.forms</artifactId>
42 </exclusion>
43 <exclusion>
44 <groupId>org.argeo.tp.rap.platform</groupId>
45 <artifactId>org.eclipse.rap.rwt</artifactId>
46 </exclusion>
47 <exclusion>
48 <groupId>org.argeo.tp.rap.platform</groupId>
49 <artifactId>org.eclipse.rap.jface</artifactId>
50 </exclusion>
51 <exclusion>
52 <groupId>org.argeo.tp.rap.platform</groupId>
53 <artifactId>org.eclipse.rap.ui</artifactId>
54 </exclusion>
55 <exclusion>
56 <groupId>org.argeo.tp.rap.platform</groupId>
57 <artifactId>org.eclipse.rap.ui.views</artifactId>
58 </exclusion>
59 <exclusion>
60 <groupId>org.argeo.tp.rap.platform</groupId>
61 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
62 </exclusion>
63 <exclusion>
64 <groupId>org.argeo.tp.rap.platform</groupId>
65 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
66 </exclusion>
67 <exclusion>
68 <groupId>org.argeo.tp.rap.platform</groupId>
69 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
70 </exclusion>
71 <exclusion>
72 <groupId>org.argeo.tp.rap.platform</groupId>
73 <artifactId>org.eclipse.core.jobs</artifactId>
74 </exclusion>
75 <exclusion>
76 <groupId>org.argeo.tp.rap.platform</groupId>
77 <artifactId>org.eclipse.core.expressions</artifactId>
78 </exclusion>
79 <exclusion>
80 <groupId>org.argeo.tp.rap.platform</groupId>
81 <artifactId>org.eclipse.core.databinding.observable</artifactId>
82 </exclusion>
83 <exclusion>
84 <groupId>org.argeo.tp.rap.platform</groupId>
85 <artifactId>org.eclipse.help</artifactId>
86 </exclusion>
87 <exclusion>
88 <groupId>org.argeo.tp.rap.platform</groupId>
89 <artifactId>org.eclipse.core.databinding</artifactId>
90 </exclusion>
91 <exclusion>
92 <groupId>org.argeo.tp.rap.platform</groupId>
93 <artifactId>org.eclipse.core.databinding.beans</artifactId>
94 </exclusion>
95 <exclusion>
96 <groupId>org.argeo.tp.rap.platform</groupId>
97 <artifactId>org.eclipse.core.runtime</artifactId>
98 </exclusion>
99 <exclusion>
100 <groupId>org.argeo.tp.rap.platform</groupId>
101 <artifactId>org.eclipse.core.databinding.property</artifactId>
102 </exclusion>
103 <exclusion>
104 <groupId>org.argeo.tp.rap.platform</groupId>
105 <artifactId>com.ibm.icu.base</artifactId>
106 </exclusion>
107 <exclusion>
108 <groupId>org.argeo.tp.rap.platform</groupId>
109 <artifactId>org.eclipse.core.contenttype</artifactId>
110 </exclusion>
111 <exclusion>
112 <groupId>org.argeo.tp.rap.platform</groupId>
113 <artifactId>org.eclipse.core.commands</artifactId>
114 </exclusion>
115
116 <!-- Addons -->
117 <exclusion>
118 <groupId>org.argeo.tp.rap.platform</groupId>
119 <artifactId>org.eclipse.rap.filedialog</artifactId>
120 </exclusion>
121 <exclusion>
122 <groupId>org.argeo.tp.rap.platform</groupId>
123 <artifactId>org.eclipse.rap.fileupload</artifactId>
124 </exclusion>
125 </exclusions>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp</groupId>
129 <artifactId>argeo-tp-rcp-e4</artifactId>
130 <version>${version.argeo-tp}</version>
131 <scope>provided</scope>
132 <exclusions>
133 <exclusion>
134 <groupId>org.argeo.tp.rcp.platform</groupId>
135 <artifactId>org.eclipse.osgi</artifactId>
136 </exclusion>
137 <exclusion>
138 <groupId>org.argeo.tp.rcp.platform</groupId>
139 <artifactId>org.eclipse.osgi.services</artifactId>
140 </exclusion>
141 </exclusions>
142 </dependency>
143 <!-- <dependency> -->
144 <!-- <groupId>org.argeo.tp.eclipse.ide</groupId> -->
145 <!-- <artifactId>org.eclipse.ui.forms</artifactId> -->
146 <!-- <version>3.7.101.v20170815-1446</version> -->
147 <!-- <scope>provided</scope> -->
148 <!-- </dependency> -->
149 </dependencies>
150 <dependencyManagement>
151 <dependencies>
152 <dependency>
153 <groupId>org.argeo.tp</groupId>
154 <artifactId>argeo-tp-rcp-e4</artifactId>
155 <version>${version.argeo-tp}</version>
156 <type>pom</type>
157 <scope>import</scope>
158 </dependency>
159 </dependencies>
160 </dependencyManagement>
161 </project>