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