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