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