]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms/pom.xml
Disable httpd by default
[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" 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.18-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.18-SNAPSHOT</version>
17 </dependency>
18 <dependency>
19 <groupId>org.argeo.commons</groupId>
20 <artifactId>org.argeo.util</artifactId>
21 <version>2.1.18-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.18-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.jdbc</artifactId>
94 </exclusion>
95 <exclusion>
96 <groupId>org.argeo.tp.spring</groupId>
97 <artifactId>org.springframework.web</artifactId>
98 </exclusion>
99 <exclusion>
100 <groupId>org.argeo.tp.spring</groupId>
101 <artifactId>org.springframework.web.servlet</artifactId>
102 </exclusion>
103 <exclusion>
104 <groupId>org.argeo.tp.spring</groupId>
105 <artifactId>org.springframework.ldap</artifactId>
106 </exclusion>
107 <exclusion>
108 <groupId>org.argeo.tp.spring</groupId>
109 <artifactId>org.springframework.aspects</artifactId>
110 </exclusion>
111
112 <!-- Spring Security -->
113 <exclusion>
114 <groupId>org.argeo.tp.spring.security</groupId>
115 <artifactId>org.springframework.security.aspects</artifactId>
116 </exclusion>
117 <exclusion>
118 <groupId>org.argeo.tp.spring.security</groupId>
119 <artifactId>org.springframework.security.ldap</artifactId>
120 </exclusion>
121 <exclusion>
122 <groupId>org.argeo.tp.spring.security</groupId>
123 <artifactId>org.springframework.security.web</artifactId>
124 </exclusion>
125 <exclusion>
126 <groupId>org.argeo.tp.spring.security</groupId>
127 <artifactId>org.springframework.security.config</artifactId>
128 </exclusion>
129
130 <!-- Apache -->
131 <exclusion>
132 <groupId>org.argeo.tp.apache</groupId>
133 <artifactId>org.apache.tika.parser</artifactId>
134 </exclusion>
135 <!-- <exclusion> -->
136 <!-- <groupId>org.argeo.tp.apache.commons</groupId> -->
137 <!-- <artifactId>org.apache.commons.vfs</artifactId> -->
138 <!-- </exclusion> -->
139
140 <!-- Bouncycastle -->
141 <!-- <exclusion> -->
142 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
143 <!-- <artifactId>bcpkix</artifactId> -->
144 <!-- </exclusion> -->
145 <!-- <exclusion> -->
146 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
147 <!-- <artifactId>bcmail</artifactId> -->
148 <!-- </exclusion> -->
149
150 <!-- Misc -->
151 <!-- <exclusion> -->
152 <!-- <groupId>org.argeo.tp</groupId> -->
153 <!-- <artifactId>org.junit</artifactId> -->
154 <!-- </exclusion> -->
155 <exclusion>
156 <groupId>org.argeo.tp</groupId>
157 <artifactId>org.joda.time</artifactId>
158 </exclusion>
159 <!-- <exclusion> -->
160 <!-- <groupId>org.argeo.tp.javax</groupId> -->
161 <!-- <artifactId>javax.mail</artifactId> -->
162 <!-- </exclusion> -->
163 <exclusion>
164 <groupId>org.argeo.tp</groupId>
165 <artifactId>org.objectweb.asm</artifactId>
166 </exclusion>
167 <!-- <exclusion> -->
168 <!-- <groupId>org.argeo.tp</groupId> -->
169 <!-- <artifactId>com.jcraft.jsch</artifactId> -->
170 <!-- </exclusion> -->
171
172 <!-- Require org.springframework.core repackaging -->
173 <!-- <exclusion> -->
174 <!-- <groupId>org.argeo.tp</groupId> -->
175 <!-- <artifactId>org.aspectj.weaver</artifactId> -->
176 <!-- </exclusion> -->
177 <exclusion>
178 <groupId>org.argeo.tp.apache.ant</groupId>
179 <artifactId>org.apache.ant</artifactId>
180 </exclusion>
181 <exclusion>
182 <groupId>org.argeo.tp.apache.ant</groupId>
183 <artifactId>org.apache.ant.launch</artifactId>
184 </exclusion>
185 </exclusions>
186 </dependency>
187
188 </dependencies>
189 </project>