]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms/pom.xml
[maven-release-plugin] copy for tag argeo-commons-2.1.13
[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.13</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms</artifactId>
11 <name>Commons CMS Dependencies</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <SLC-ModularDistribution>default</SLC-ModularDistribution>
20 </instructions>
21 </configuration>
22 </plugin>
23 <plugin>
24 <groupId>org.argeo.maven.plugins</groupId>
25 <artifactId>maven-argeo-osgi-plugin</artifactId>
26 <executions>
27 <execution>
28 <id>generate-descriptors</id>
29 <goals>
30 <goal>descriptors</goal>
31 </goals>
32 <phase>generate-resources</phase>
33 </execution>
34 </executions>
35 </plugin>
36 </plugins>
37 </build>
38 <dependencies>
39 <dependency>
40 <groupId>org.argeo.commons</groupId>
41 <artifactId>org.argeo.cms</artifactId>
42 <version>2.1.13</version>
43 </dependency>
44 <dependency>
45 <groupId>org.argeo.commons</groupId>
46 <artifactId>org.argeo.util</artifactId>
47 <version>2.1.13</version>
48 </dependency>
49
50 <!-- Complete target platform -->
51 <dependency>
52 <groupId>org.argeo.commons</groupId>
53 <artifactId>org.argeo.security.dep.node</artifactId>
54 <type>pom</type>
55 <version>2.1.13</version>
56 </dependency>
57
58 <!-- Third parties -->
59 <dependency>
60 <groupId>org.argeo.tp</groupId>
61 <artifactId>argeo-tp</artifactId>
62 <version>${version.argeo-distribution}</version>
63 <exclusions>
64 <!-- Equinox -->
65 <exclusion>
66 <groupId>org.argeo.tp.rap</groupId>
67 <artifactId>org.eclipse.equinox.security</artifactId>
68 </exclusion>
69 <!-- Databinding -->
70 <exclusion>
71 <groupId>org.argeo.tp.rap.platform</groupId>
72 <artifactId>com.ibm.icu.base</artifactId>
73 </exclusion>
74 <exclusion>
75 <groupId>org.argeo.tp.rap.platform</groupId>
76 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
77 </exclusion>
78 <exclusion>
79 <groupId>org.argeo.tp.rap.platform</groupId>
80 <artifactId>org.eclipse.core.databinding</artifactId>
81 </exclusion>
82 <exclusion>
83 <groupId>org.argeo.tp.rap.platform</groupId>
84 <artifactId>org.eclipse.core.databinding.observable</artifactId>
85 </exclusion>
86 <exclusion>
87 <groupId>org.argeo.tp.rap.platform</groupId>
88 <artifactId>org.eclipse.core.databinding.property</artifactId>
89 </exclusion>
90 <exclusion>
91 <groupId>org.argeo.tp.rap.platform</groupId>
92 <artifactId>org.eclipse.core.databinding.beans</artifactId>
93 </exclusion>
94
95 <!-- Workbench -->
96 <exclusion>
97 <groupId>org.argeo.tp.rap.platform</groupId>
98 <artifactId>javax.xml</artifactId>
99 </exclusion>
100 <exclusion>
101 <groupId>org.argeo.tp.rap.platform</groupId>
102 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
103 </exclusion>
104 <exclusion>
105 <groupId>org.argeo.tp.rap.platform</groupId>
106 <artifactId>org.eclipse.rap.ui</artifactId>
107 </exclusion>
108 <exclusion>
109 <groupId>org.argeo.tp.rap.platform</groupId>
110 <artifactId>org.eclipse.rap.ui.cheatsheets</artifactId>
111 </exclusion>
112 <exclusion>
113 <groupId>org.argeo.tp.rap.platform</groupId>
114 <artifactId>org.eclipse.rap.ui.forms</artifactId>
115 </exclusion>
116 <exclusion>
117 <groupId>org.argeo.tp.rap.platform</groupId>
118 <artifactId>org.eclipse.rap.ui.views</artifactId>
119 </exclusion>
120 <exclusion>
121 <groupId>org.argeo.tp.rap.platform</groupId>
122 <artifactId>org.eclipse.help</artifactId>
123 </exclusion>
124
125 <!-- Spring -->
126 <exclusion>
127 <groupId>org.argeo.tp.spring</groupId>
128 <artifactId>org.springframework.jdbc</artifactId>
129 </exclusion>
130 <exclusion>
131 <groupId>org.argeo.tp.spring</groupId>
132 <artifactId>org.springframework.web</artifactId>
133 </exclusion>
134 <exclusion>
135 <groupId>org.argeo.tp.spring</groupId>
136 <artifactId>org.springframework.web.servlet</artifactId>
137 </exclusion>
138 <exclusion>
139 <groupId>org.argeo.tp.spring</groupId>
140 <artifactId>org.springframework.ldap</artifactId>
141 </exclusion>
142 <exclusion>
143 <groupId>org.argeo.tp.spring</groupId>
144 <artifactId>org.springframework.aspects</artifactId>
145 </exclusion>
146
147 <!-- Spring Security -->
148 <exclusion>
149 <groupId>org.argeo.tp.spring.security</groupId>
150 <artifactId>org.springframework.security.aspects</artifactId>
151 </exclusion>
152 <exclusion>
153 <groupId>org.argeo.tp.spring.security</groupId>
154 <artifactId>org.springframework.security.ldap</artifactId>
155 </exclusion>
156 <exclusion>
157 <groupId>org.argeo.tp.spring.security</groupId>
158 <artifactId>org.springframework.security.web</artifactId>
159 </exclusion>
160 <exclusion>
161 <groupId>org.argeo.tp.spring.security</groupId>
162 <artifactId>org.springframework.security.config</artifactId>
163 </exclusion>
164
165 <!-- Apache -->
166 <exclusion>
167 <groupId>org.argeo.tp.apache</groupId>
168 <artifactId>org.apache.tika.parser</artifactId>
169 </exclusion>
170 <!-- <exclusion> -->
171 <!-- <groupId>org.argeo.tp.apache.commons</groupId> -->
172 <!-- <artifactId>org.apache.commons.vfs</artifactId> -->
173 <!-- </exclusion> -->
174
175 <!-- Bouncycastle -->
176 <!-- <exclusion> -->
177 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
178 <!-- <artifactId>bcpkix</artifactId> -->
179 <!-- </exclusion> -->
180 <!-- <exclusion> -->
181 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
182 <!-- <artifactId>bcmail</artifactId> -->
183 <!-- </exclusion> -->
184
185 <!-- Misc -->
186 <!-- <exclusion> -->
187 <!-- <groupId>org.argeo.tp</groupId> -->
188 <!-- <artifactId>org.junit</artifactId> -->
189 <!-- </exclusion> -->
190 <exclusion>
191 <groupId>org.argeo.tp</groupId>
192 <artifactId>org.joda.time</artifactId>
193 </exclusion>
194 <!-- <exclusion> -->
195 <!-- <groupId>org.argeo.tp.javax</groupId> -->
196 <!-- <artifactId>javax.mail</artifactId> -->
197 <!-- </exclusion> -->
198 <exclusion>
199 <groupId>org.argeo.tp</groupId>
200 <artifactId>org.objectweb.asm</artifactId>
201 </exclusion>
202 <!-- <exclusion> -->
203 <!-- <groupId>org.argeo.tp</groupId> -->
204 <!-- <artifactId>com.jcraft.jsch</artifactId> -->
205 <!-- </exclusion> -->
206
207 <!-- Require org.springframework.core repackaging -->
208 <!-- <exclusion> -->
209 <!-- <groupId>org.argeo.tp</groupId> -->
210 <!-- <artifactId>org.aspectj.weaver</artifactId> -->
211 <!-- </exclusion> -->
212 <!-- <exclusion> -->
213 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
214 <!-- <artifactId>org.apache.ant</artifactId> -->
215 <!-- </exclusion> -->
216 <!-- <exclusion> -->
217 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
218 <!-- <artifactId>org.apache.ant.launch</artifactId> -->
219 <!-- </exclusion> -->
220 </exclusions>
221 </dependency>
222
223 </dependencies>
224 <profiles>
225 <profile>
226 <id>check-osgi</id>
227 <build>
228 <plugins>
229 <plugin>
230 <groupId>org.argeo.maven.plugins</groupId>
231 <artifactId>maven-argeo-osgi-plugin</artifactId>
232 <executions>
233 <execution>
234 <id>check-osgi</id>
235 <phase>test</phase>
236 <goals>
237 <goal>equinox</goal>
238 </goals>
239 <configuration>
240 <onlyCheck>true</onlyCheck>
241 </configuration>
242 </execution>
243 </executions>
244 </plugin>
245 </plugins>
246 </build>
247 </profile>
248 </profiles>
249 </project>