]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms/pom.xml
6bba46fd6ab30056746be2b0afb469118bdcb7ee
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms / 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"
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</groupId>
7 <version>2.1.14-SNAPSHOT</version>
8 <artifactId>dep</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.dep.cms</artifactId>
12 <name>Commons CMS Light</name>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.commons</groupId>
16 <artifactId>org.argeo.cms</artifactId>
17 <version>2.1.14-SNAPSHOT</version>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.commons</groupId>
21 <artifactId>org.argeo.util</artifactId>
22 <version>2.1.14-SNAPSHOT</version>
23 </dependency>
24
25 <!-- Complete target platform -->
26 <dependency>
27 <groupId>org.argeo.commons</groupId>
28 <artifactId>org.argeo.security.dep.node</artifactId>
29 <type>pom</type>
30 <version>2.1.14-SNAPSHOT</version>
31 </dependency>
32
33 <!-- Third parties -->
34 <dependency>
35 <groupId>org.argeo.tp</groupId>
36 <artifactId>argeo-tp</artifactId>
37 <version>${version.argeo-distribution}</version>
38 <exclusions>
39 <!-- Equinox -->
40 <exclusion>
41 <groupId>org.argeo.tp.rap</groupId>
42 <artifactId>org.eclipse.equinox.security</artifactId>
43 </exclusion>
44 <!-- Databinding -->
45 <exclusion>
46 <groupId>org.argeo.tp.rap.platform</groupId>
47 <artifactId>com.ibm.icu.base</artifactId>
48 </exclusion>
49 <exclusion>
50 <groupId>org.argeo.tp.rap.platform</groupId>
51 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
52 </exclusion>
53 <exclusion>
54 <groupId>org.argeo.tp.rap.platform</groupId>
55 <artifactId>org.eclipse.core.databinding</artifactId>
56 </exclusion>
57 <exclusion>
58 <groupId>org.argeo.tp.rap.platform</groupId>
59 <artifactId>org.eclipse.core.databinding.observable</artifactId>
60 </exclusion>
61 <exclusion>
62 <groupId>org.argeo.tp.rap.platform</groupId>
63 <artifactId>org.eclipse.core.databinding.property</artifactId>
64 </exclusion>
65 <exclusion>
66 <groupId>org.argeo.tp.rap.platform</groupId>
67 <artifactId>org.eclipse.core.databinding.beans</artifactId>
68 </exclusion>
69
70 <!-- Workbench -->
71 <exclusion>
72 <groupId>org.argeo.tp.rap.platform</groupId>
73 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
74 </exclusion>
75 <exclusion>
76 <groupId>org.argeo.tp.rap.platform</groupId>
77 <artifactId>org.eclipse.rap.ui</artifactId>
78 </exclusion>
79 <exclusion>
80 <groupId>org.argeo.tp.rap.platform</groupId>
81 <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
82 </exclusion>
83 <exclusion>
84 <groupId>org.argeo.tp.rap.platform</groupId>
85 <artifactId>org.eclipse.rap.ui.forms</artifactId>
86 </exclusion>
87 <exclusion>
88 <groupId>org.argeo.tp.rap.platform</groupId>
89 <artifactId>org.eclipse.rap.ui.views</artifactId>
90 </exclusion>
91 <exclusion>
92 <groupId>org.argeo.tp.rap.platform</groupId>
93 <artifactId>org.eclipse.help</artifactId>
94 </exclusion>
95
96 <!-- Spring -->
97 <exclusion>
98 <groupId>org.argeo.tp.spring</groupId>
99 <artifactId>org.springframework.jdbc</artifactId>
100 </exclusion>
101 <exclusion>
102 <groupId>org.argeo.tp.spring</groupId>
103 <artifactId>org.springframework.web</artifactId>
104 </exclusion>
105 <exclusion>
106 <groupId>org.argeo.tp.spring</groupId>
107 <artifactId>org.springframework.web.servlet</artifactId>
108 </exclusion>
109 <exclusion>
110 <groupId>org.argeo.tp.spring</groupId>
111 <artifactId>org.springframework.ldap</artifactId>
112 </exclusion>
113 <exclusion>
114 <groupId>org.argeo.tp.spring</groupId>
115 <artifactId>org.springframework.aspects</artifactId>
116 </exclusion>
117
118 <!-- Spring Security -->
119 <exclusion>
120 <groupId>org.argeo.tp.spring.security</groupId>
121 <artifactId>org.springframework.security.aspects</artifactId>
122 </exclusion>
123 <exclusion>
124 <groupId>org.argeo.tp.spring.security</groupId>
125 <artifactId>org.springframework.security.ldap</artifactId>
126 </exclusion>
127 <exclusion>
128 <groupId>org.argeo.tp.spring.security</groupId>
129 <artifactId>org.springframework.security.web</artifactId>
130 </exclusion>
131 <exclusion>
132 <groupId>org.argeo.tp.spring.security</groupId>
133 <artifactId>org.springframework.security.config</artifactId>
134 </exclusion>
135
136 <!-- Apache -->
137 <exclusion>
138 <groupId>org.argeo.tp.apache</groupId>
139 <artifactId>org.apache.tika.parser</artifactId>
140 </exclusion>
141 <!-- <exclusion> -->
142 <!-- <groupId>org.argeo.tp.apache.commons</groupId> -->
143 <!-- <artifactId>org.apache.commons.vfs</artifactId> -->
144 <!-- </exclusion> -->
145
146 <!-- Bouncycastle -->
147 <!-- <exclusion> -->
148 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
149 <!-- <artifactId>bcpkix</artifactId> -->
150 <!-- </exclusion> -->
151 <!-- <exclusion> -->
152 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
153 <!-- <artifactId>bcmail</artifactId> -->
154 <!-- </exclusion> -->
155
156 <!-- Misc -->
157 <!-- <exclusion> -->
158 <!-- <groupId>org.argeo.tp</groupId> -->
159 <!-- <artifactId>org.junit</artifactId> -->
160 <!-- </exclusion> -->
161 <exclusion>
162 <groupId>org.argeo.tp</groupId>
163 <artifactId>org.joda.time</artifactId>
164 </exclusion>
165 <!-- <exclusion> -->
166 <!-- <groupId>org.argeo.tp.javax</groupId> -->
167 <!-- <artifactId>javax.mail</artifactId> -->
168 <!-- </exclusion> -->
169 <exclusion>
170 <groupId>org.argeo.tp</groupId>
171 <artifactId>org.objectweb.asm</artifactId>
172 </exclusion>
173 <!-- <exclusion> -->
174 <!-- <groupId>org.argeo.tp</groupId> -->
175 <!-- <artifactId>com.jcraft.jsch</artifactId> -->
176 <!-- </exclusion> -->
177
178 <!-- Require org.springframework.core repackaging -->
179 <!-- <exclusion> -->
180 <!-- <groupId>org.argeo.tp</groupId> -->
181 <!-- <artifactId>org.aspectj.weaver</artifactId> -->
182 <!-- </exclusion> -->
183 <exclusion>
184 <groupId>org.argeo.tp.apache.ant</groupId>
185 <artifactId>org.apache.ant</artifactId>
186 </exclusion>
187 <exclusion>
188 <groupId>org.argeo.tp.apache.ant</groupId>
189 <artifactId>org.apache.ant.launch</artifactId>
190 </exclusion>
191 </exclusions>
192 </dependency>
193
194 </dependencies>
195 </project>