1 |
<?xml version="1.0" encoding="utf-8"?><!-- |
2 |
Copyright 2001-2012 Hippo (www.onehippo.com) |
3 |
|
4 |
Licensed under the Apache License, Version 2.0 (the "License"); |
5 |
you may not use this file except in compliance with the License. |
6 |
You may obtain a copy of the License at |
7 |
|
8 |
http://www.apache.org/licenses/LICENSE-2.0 |
9 |
|
10 |
Unless required by applicable law or agreed to in writing, software |
11 |
distributed under the License is distributed on an "AS IS" BASIS, |
12 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
13 |
See the License for the specific language governing permissions and |
14 |
limitations under the License. |
15 |
--> |
16 |
<project xmlns="http://maven.apache.org/POM/3.0.0" |
17 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
18 |
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> |
19 |
|
20 |
<extend>${basedir}/../common-project.xml</extend> |
21 |
<artifactId>editor</artifactId> |
22 |
<groupId>hippo-cms</groupId> |
23 |
<name>Hippo CMS</name> |
24 |
|
25 |
<dependencies> |
26 |
|
27 |
<dependency> |
28 |
<groupId>jakarta-regexp</groupId> |
29 |
<artifactId>jakarta-regexp</artifactId> |
30 |
<version>1.4</version> |
31 |
<type>jar</type> |
32 |
<properties> |
33 |
<cocoon.bundle>true</cocoon.bundle> |
34 |
<war.bundle>true</war.bundle> |
35 |
</properties> |
36 |
</dependency> |
37 |
|
38 |
<dependency> |
39 |
<groupId>hippo-cocoon</groupId> |
40 |
<artifactId>hippo-cocoon</artifactId> |
41 |
<version>2.1.11.7</version> |
42 |
<type>zip</type> |
43 |
</dependency> |
44 |
|
45 |
<dependency> |
46 |
<groupId>hippo-cocoon</groupId> |
47 |
<artifactId>hippo-cocoon-plugin</artifactId> |
48 |
<version>2.01.02</version> |
49 |
<type>plugin</type> |
50 |
</dependency> |
51 |
|
52 |
<!-- for tree generator --> |
53 |
<dependency> |
54 |
<groupId>excalibur-store</groupId> |
55 |
<artifactId>excalibur-store</artifactId> |
56 |
<version>1.0</version> |
57 |
<type>jar</type> |
58 |
</dependency> |
59 |
<dependency> |
60 |
<groupId>rhino</groupId> |
61 |
<artifactId>js</artifactId> |
62 |
<version>1.6R6pre-h1</version> |
63 |
<type>jar</type> |
64 |
</dependency> |
65 |
<dependency> |
66 |
<groupId>excalibur-instrument</groupId> |
67 |
<artifactId>excalibur-instrument</artifactId> |
68 |
<version>1.0</version> |
69 |
<type>jar</type> |
70 |
</dependency> |
71 |
<dependency> |
72 |
<groupId>excalibur-instrument</groupId> |
73 |
<artifactId>excalibur-instrument-api</artifactId> |
74 |
<version>2.1</version> |
75 |
<type>jar</type> |
76 |
<properties> |
77 |
<war.bundle>true</war.bundle> |
78 |
</properties> |
79 |
</dependency> |
80 |
<!-- end: for tree generator --> |
81 |
|
82 |
<!-- for CMS_JMSConnectionManagerImpl compiling --> |
83 |
<dependency> |
84 |
<groupId>cocoon</groupId> |
85 |
<artifactId>cocoon-jms</artifactId> |
86 |
<version>2.1.11</version> |
87 |
</dependency> |
88 |
<dependency> |
89 |
<groupId>geronimo-spec</groupId> |
90 |
<artifactId>geronimo-spec-jms</artifactId> |
91 |
<version>1.0-M1</version> |
92 |
</dependency> |
93 |
|
94 |
<dependency> |
95 |
<groupId>hippo</groupId> |
96 |
<artifactId>jmsbridge</artifactId> |
97 |
<version>1.01.04</version> |
98 |
<properties> |
99 |
<war.bundle>true</war.bundle> |
100 |
</properties> |
101 |
</dependency> |
102 |
|
103 |
<dependency> |
104 |
<groupId>hippo</groupId> |
105 |
<artifactId>server-manager</artifactId> |
106 |
<version>1.02.07</version> |
107 |
<properties> |
108 |
<cocoon.bundle>true</cocoon.bundle> |
109 |
</properties> |
110 |
</dependency> |
111 |
|
112 |
<dependency> |
113 |
<groupId>hippo</groupId> |
114 |
<artifactId>assertions</artifactId> |
115 |
<version>1.01.05</version> |
116 |
<type>jar</type> |
117 |
<properties> |
118 |
<cocoon.bundle>true</cocoon.bundle> |
119 |
<war.bundle>true</war.bundle> |
120 |
</properties> |
121 |
</dependency> |
122 |
|
123 |
<dependency> |
124 |
<groupId>hippo</groupId> |
125 |
<artifactId>hippo-java</artifactId> |
126 |
<version>1.01.00b01</version> |
127 |
<properties> |
128 |
<cocoon.bundle>true</cocoon.bundle> |
129 |
</properties> |
130 |
</dependency> |
131 |
|
132 |
<dependency> |
133 |
<groupId>hippo</groupId> |
134 |
<artifactId>logging</artifactId> |
135 |
<version>1.01.00</version> |
136 |
<properties> |
137 |
<cocoon.bundle>true</cocoon.bundle> |
138 |
</properties> |
139 |
</dependency> |
140 |
|
141 |
<dependency> |
142 |
<groupId>hippo</groupId> |
143 |
<artifactId>cocoon-profiling</artifactId> |
144 |
<version>1.01.00</version> |
145 |
<type>jar</type> |
146 |
<properties> |
147 |
<cocoon.bundle>true</cocoon.bundle> |
148 |
<war.bundle>true</war.bundle> |
149 |
</properties> |
150 |
</dependency> |
151 |
|
152 |
<dependency> |
153 |
<groupId>hippo</groupId> |
154 |
<artifactId>hippo-osworkflow</artifactId> |
155 |
<version>1.01.01</version> |
156 |
<properties> |
157 |
<cocoon.bundle>true</cocoon.bundle> |
158 |
</properties> |
159 |
</dependency> |
160 |
|
161 |
<dependency> |
162 |
<groupId>hippo</groupId> |
163 |
<artifactId>hippo-spring</artifactId> |
164 |
<version>1.01.02</version> |
165 |
<properties> |
166 |
<cocoon.bundle>true</cocoon.bundle> |
167 |
</properties> |
168 |
</dependency> |
169 |
|
170 |
<dependency> |
171 |
<groupId>hippo</groupId> |
172 |
<artifactId>workflows-shared</artifactId> |
173 |
<version>1.02.01</version> |
174 |
<properties> |
175 |
<cocoon.bundle>true</cocoon.bundle> |
176 |
</properties> |
177 |
</dependency> |
178 |
|
179 |
<dependency> |
180 |
<groupId>hippo</groupId> |
181 |
<artifactId>cms-core</artifactId> |
182 |
<version>1.05.07</version> |
183 |
<type>jar</type> |
184 |
<properties> |
185 |
<cocoon.bundle>true</cocoon.bundle> |
186 |
<war.bundle>true</war.bundle> |
187 |
</properties> |
188 |
</dependency> |
189 |
|
190 |
<dependency> |
191 |
<groupId>hippo</groupId> |
192 |
<artifactId>cms-workflow</artifactId> |
193 |
<version>1.04.00</version> |
194 |
<type>jar</type> |
195 |
<properties> |
196 |
<cocoon.bundle>true</cocoon.bundle> |
197 |
<war.bundle>true</war.bundle> |
198 |
</properties> |
199 |
</dependency> |
200 |
|
201 |
<dependency> |
202 |
<groupId>hippo</groupId> |
203 |
<artifactId>uidgenerator</artifactId> |
204 |
<version>1.01.00</version> |
205 |
<properties> |
206 |
<cocoon.bundle>true</cocoon.bundle> |
207 |
</properties> |
208 |
</dependency> |
209 |
|
210 |
<dependency> |
211 |
<groupId>hippo</groupId> |
212 |
<artifactId>component-containers</artifactId> |
213 |
<version>1.01.01</version> |
214 |
<type>jar</type> |
215 |
<properties> |
216 |
<cocoon.bundle>true</cocoon.bundle> |
217 |
<war.bundle>true</war.bundle> |
218 |
</properties> |
219 |
</dependency> |
220 |
|
221 |
<dependency> |
222 |
<groupId>geronimo-spec</groupId> |
223 |
<artifactId>geronimo-spec-jta</artifactId> |
224 |
<version>1.0.1B-rc3</version> |
225 |
<type>jar</type> |
226 |
<properties> |
227 |
<cocoon.bundle>true</cocoon.bundle> |
228 |
<war.bundle>true</war.bundle> |
229 |
</properties> |
230 |
</dependency> |
231 |
|
232 |
<dependency> |
233 |
<groupId>geronimo-spec</groupId> |
234 |
<artifactId>geronimo-spec-ejb</artifactId> |
235 |
<version>2.1-rc4</version> |
236 |
<type>jar</type> |
237 |
<properties> |
238 |
<cocoon.bundle>true</cocoon.bundle> |
239 |
<war.bundle>true</war.bundle> |
240 |
</properties> |
241 |
</dependency> |
242 |
|
243 |
<dependency> |
244 |
<groupId>ant</groupId> |
245 |
<artifactId>ant</artifactId> |
246 |
<version>1.6.2</version> |
247 |
</dependency> |
248 |
|
249 |
<dependency> |
250 |
<groupId>geronimo-spec</groupId> |
251 |
<artifactId>geronimo-spec-javamail</artifactId> |
252 |
<version>1.3.1-rc5</version> |
253 |
<properties> |
254 |
<cocoon.bundle>true</cocoon.bundle> |
255 |
</properties> |
256 |
</dependency> |
257 |
|
258 |
<dependency> |
259 |
<groupId>geronimo-spec</groupId> |
260 |
<artifactId>geronimo-spec-activation</artifactId> |
261 |
<version>1.0.2-rc4</version> |
262 |
<properties> |
263 |
<cocoon.bundle>true</cocoon.bundle> |
264 |
</properties> |
265 |
</dependency> |
266 |
|
267 |
<!-- LDAP --> |
268 |
<dependency> |
269 |
<groupId>cocoon</groupId> |
270 |
<artifactId>cocoon-naming</artifactId> |
271 |
<version>2.1.11</version> |
272 |
<properties> |
273 |
<cocoon.bundle>true</cocoon.bundle> |
274 |
<war.bundle>true</war.bundle> |
275 |
</properties> |
276 |
</dependency> |
277 |
|
278 |
<dependency> |
279 |
<groupId>avalon-framework</groupId> |
280 |
<artifactId>avalon-framework-api</artifactId> |
281 |
<version>4.3</version> |
282 |
<type>jar</type> |
283 |
<properties> |
284 |
<war.bundle>true</war.bundle> |
285 |
</properties> |
286 |
</dependency> |
287 |
|
288 |
<dependency> |
289 |
<groupId>avalon-framework</groupId> |
290 |
<artifactId>avalon-framework-impl</artifactId> |
291 |
<version>4.3</version> |
292 |
<type>jar</type> |
293 |
<properties> |
294 |
<war.bundle>true</war.bundle> |
295 |
</properties> |
296 |
</dependency> |
297 |
|
298 |
<dependency> |
299 |
<groupId>avalon-logkit</groupId> |
300 |
<artifactId>avalon-logkit</artifactId> |
301 |
<version>2.1</version> |
302 |
<type>jar</type> |
303 |
<properties> |
304 |
<war.bundle>true</war.bundle> |
305 |
</properties> |
306 |
</dependency> |
307 |
|
308 |
<dependency> |
309 |
<groupId>excalibur-logger</groupId> |
310 |
<artifactId>excalibur-logger</artifactId> |
311 |
<version>2.1</version> |
312 |
<type>jar</type> |
313 |
<properties> |
314 |
<war.bundle>true</war.bundle> |
315 |
</properties> |
316 |
</dependency> |
317 |
|
318 |
<dependency> |
319 |
<groupId>excalibur-monitor</groupId> |
320 |
<artifactId>excalibur-monitor</artifactId> |
321 |
<version>2.1</version> |
322 |
<type>jar</type> |
323 |
<properties> |
324 |
<war.bundle>true</war.bundle> |
325 |
</properties> |
326 |
</dependency> |
327 |
|
328 |
<dependency> |
329 |
<groupId>excalibur-sourceresolve</groupId> |
330 |
<artifactId>excalibur-sourceresolve</artifactId> |
331 |
<version>2.1-h1</version> |
332 |
<type>jar</type> |
333 |
<properties> |
334 |
<war.bundle>true</war.bundle> |
335 |
</properties> |
336 |
</dependency> |
337 |
|
338 |
<dependency> |
339 |
<groupId>excalibur-xmlutil</groupId> |
340 |
<artifactId>excalibur-xmlutil</artifactId> |
341 |
<version>1.1</version> |
342 |
<type>jar</type> |
343 |
</dependency> |
344 |
|
345 |
<dependency> |
346 |
<groupId>excalibur-pool</groupId> |
347 |
<artifactId>excalibur-pool</artifactId> |
348 |
<version>1.2</version> |
349 |
</dependency> |
350 |
|
351 |
<dependency> |
352 |
<groupId>excalibur-pool</groupId> |
353 |
<artifactId>excalibur-pool-api</artifactId> |
354 |
<version>2.1</version> |
355 |
<type>jar</type> |
356 |
<properties> |
357 |
<war.bundle>true</war.bundle> |
358 |
</properties> |
359 |
</dependency> |
360 |
|
361 |
<dependency> |
362 |
<groupId>excalibur-pool</groupId> |
363 |
<artifactId>excalibur-pool-instrumented</artifactId> |
364 |
<version>2.1</version> |
365 |
<type>jar</type> |
366 |
<properties> |
367 |
<war.bundle>true</war.bundle> |
368 |
</properties> |
369 |
</dependency> |
370 |
|
371 |
<dependency> |
372 |
<groupId>hippo-cocoon-extensions</groupId> |
373 |
<artifactId>webdav-block</artifactId> |
374 |
<version>1.03.17</version> |
375 |
</dependency> |
376 |
|
377 |
<dependency> |
378 |
<groupId>hippo-cocoon-extensions</groupId> |
379 |
<artifactId>siteutil-block</artifactId> |
380 |
<version>1.04.07</version> |
381 |
<type>jar</type> |
382 |
</dependency> |
383 |
|
384 |
<dependency> |
385 |
<groupId>hippo-cocoon-extensions</groupId> |
386 |
<artifactId>cachingsource</artifactId> |
387 |
<version>1.01.04</version> |
388 |
<type>jar</type> |
389 |
</dependency> |
390 |
|
391 |
<!-- excalibur-slide-common compile time needed for CMS_SlideJMSEventListener --> |
392 |
<dependency> |
393 |
<groupId>excalibur-slide</groupId> |
394 |
<artifactId>excalibur-slide-common</artifactId> |
395 |
<version>1.2.9</version> |
396 |
</dependency> |
397 |
<!-- end --> |
398 |
|
399 |
<dependency> |
400 |
<groupId>commons-collections</groupId> |
401 |
<artifactId>commons-collections</artifactId> |
402 |
<version>3.1</version> |
403 |
<type>jar</type> |
404 |
<properties> |
405 |
<war.bundle>true</war.bundle> |
406 |
</properties> |
407 |
</dependency> |
408 |
|
409 |
<dependency> |
410 |
<groupId>commons-dbcp</groupId> |
411 |
<artifactId>commons-dbcp</artifactId> |
412 |
<version>1.2.1</version> |
413 |
<type>jar</type> |
414 |
<properties> |
415 |
<cocoon.bundle>true</cocoon.bundle> |
416 |
<war.bundle>true</war.bundle> |
417 |
</properties> |
418 |
</dependency> |
419 |
|
420 |
<dependency> |
421 |
<groupId>commons-beanutils</groupId> |
422 |
<artifactId>commons-beanutils-core</artifactId> |
423 |
<version>1.7.0</version> |
424 |
<type>jar</type> |
425 |
<properties> |
426 |
<cocoon.bundle>true</cocoon.bundle> |
427 |
<war.bundle>true</war.bundle> |
428 |
</properties> |
429 |
</dependency> |
430 |
|
431 |
<dependency> |
432 |
<groupId>commons-pool</groupId> |
433 |
<artifactId>commons-pool</artifactId> |
434 |
<version>1.2</version> |
435 |
<type>jar</type> |
436 |
<properties> |
437 |
<cocoon.bundle>true</cocoon.bundle> |
438 |
<war.bundle>true</war.bundle> |
439 |
</properties> |
440 |
</dependency> |
441 |
|
442 |
<dependency> |
443 |
<groupId>commons-httpclient</groupId> |
444 |
<artifactId>commons-httpclient</artifactId> |
445 |
<version>2.0.2</version> |
446 |
<type>jar</type> |
447 |
<properties> |
448 |
<war.bundle>true</war.bundle> |
449 |
</properties> |
450 |
</dependency> |
451 |
|
452 |
<dependency> |
453 |
<groupId>concurrent</groupId> |
454 |
<artifactId>concurrent</artifactId> |
455 |
<version>1.3.4</version> |
456 |
<type>jar</type> |
457 |
<properties> |
458 |
<war.bundle>true</war.bundle> |
459 |
</properties> |
460 |
</dependency> |
461 |
|
462 |
<dependency> |
463 |
<groupId>commons-logging</groupId> |
464 |
<artifactId>commons-logging</artifactId> |
465 |
<version>1.0.4</version> |
466 |
</dependency> |
467 |
|
468 |
<dependency> |
469 |
<groupId>commons-jxpath</groupId> |
470 |
<artifactId>commons-jxpath</artifactId> |
471 |
<version>1.3</version> |
472 |
<type>jar</type> |
473 |
<properties> |
474 |
<cocoon.bundle>true</cocoon.bundle> |
475 |
<war.bundle>true</war.bundle> |
476 |
</properties> |
477 |
</dependency> |
478 |
|
479 |
<dependency> |
480 |
<groupId>commons-io</groupId> |
481 |
<artifactId>commons-io</artifactId> |
482 |
<version>1.3.1</version> |
483 |
<type>jar</type> |
484 |
<properties> |
485 |
<cocoon.bundle>true</cocoon.bundle> |
486 |
<war.bundle>true</war.bundle> |
487 |
</properties> |
488 |
</dependency> |
489 |
|
490 |
<dependency> |
491 |
<groupId>cocoon</groupId> |
492 |
<artifactId>cocoon</artifactId> |
493 |
<version>2.1.11</version> |
494 |
<type>jar</type> |
495 |
<properties> |
496 |
<war.bundle>true</war.bundle> |
497 |
</properties> |
498 |
</dependency> |
499 |
|
500 |
<dependency> |
501 |
<groupId>cocoon</groupId> |
502 |
<artifactId>cocoon-reading</artifactId> |
503 |
<version>2.1.7-dev-20050112-no2.1.8classes</version> |
504 |
<type>jar</type> |
505 |
<properties> |
506 |
<cocoon.bundle>true</cocoon.bundle> |
507 |
<war.bundle>true</war.bundle> |
508 |
</properties> |
509 |
</dependency> |
510 |
|
511 |
<dependency> |
512 |
<groupId>hippo-cocoon-extensions</groupId> |
513 |
<artifactId>hippo-eventcache</artifactId> |
514 |
<version>1.01.08</version> |
515 |
<type>jar</type> |
516 |
</dependency> |
517 |
|
518 |
<dependency> |
519 |
<groupId>cocoon</groupId> |
520 |
<artifactId>cocoon-cron</artifactId> |
521 |
<version>2.1.11</version> |
522 |
<type>jar</type> |
523 |
<properties> |
524 |
<war.bundle>true</war.bundle> |
525 |
<cocoon.bundle>true</cocoon.bundle> |
526 |
</properties> |
527 |
</dependency> |
528 |
|
529 |
<dependency> |
530 |
<groupId>cocoon</groupId> |
531 |
<artifactId>cocoon-repository</artifactId> |
532 |
<version>2.1.11</version> |
533 |
<type>jar</type> |
534 |
<properties> |
535 |
<war.bundle>true</war.bundle> |
536 |
<cocoon.bundle>true</cocoon.bundle> |
537 |
</properties> |
538 |
</dependency> |
539 |
|
540 |
<dependency> |
541 |
<groupId>cocoon</groupId> |
542 |
<artifactId>cocoon-serializers</artifactId> |
543 |
<version>2.1.11</version> |
544 |
<type>jar</type> |
545 |
<properties> |
546 |
<war.bundle>true</war.bundle> |
547 |
<cocoon.bundle>true</cocoon.bundle> |
548 |
</properties> |
549 |
</dependency> |
550 |
|
551 |
<dependency> |
552 |
<groupId>cocoon</groupId> |
553 |
<artifactId>cocoon-serializers-charsets</artifactId> |
554 |
<version>0.2</version> |
555 |
<type>jar</type> |
556 |
<properties> |
557 |
<war.bundle>true</war.bundle> |
558 |
<cocoon.bundle>true</cocoon.bundle> |
559 |
</properties> |
560 |
</dependency> |
561 |
|
562 |
<dependency> |
563 |
<groupId>cocoon-lucene</groupId> |
564 |
<artifactId>cocoon-lucene-hippo</artifactId> |
565 |
<version>0.1-dev</version> |
566 |
<type>jar</type> |
567 |
<properties> |
568 |
<war.bundle>true</war.bundle> |
569 |
<cocoon.bundle>true</cocoon.bundle> |
570 |
</properties> |
571 |
</dependency> |
572 |
|
573 |
<dependency> |
574 |
<groupId>lucene</groupId> |
575 |
<artifactId>lucene</artifactId> |
576 |
<version>1.4.3</version> |
577 |
<properties> |
578 |
<cocoon.bundle>true</cocoon.bundle> |
579 |
</properties> |
580 |
</dependency> |
581 |
|
582 |
<dependency> |
583 |
<groupId>quartz</groupId> |
584 |
<artifactId>quartz</artifactId> |
585 |
<version>1.5.2</version> |
586 |
<properties> |
587 |
<cocoon.bundle>true</cocoon.bundle> |
588 |
</properties> |
589 |
</dependency> |
590 |
|
591 |
<dependency> |
592 |
<groupId>opensymphony</groupId> |
593 |
<artifactId>osworkflow</artifactId> |
594 |
<version>2.7.0h03</version> |
595 |
<properties> |
596 |
<cocoon.bundle>true</cocoon.bundle> |
597 |
</properties> |
598 |
</dependency> |
599 |
|
600 |
<dependency> |
601 |
<groupId>opensymphony</groupId> |
602 |
<artifactId>oscore</artifactId> |
603 |
<version>2.2.2</version> |
604 |
<properties> |
605 |
<cocoon.bundle>true</cocoon.bundle> |
606 |
</properties> |
607 |
</dependency> |
608 |
|
609 |
<dependency> |
610 |
<groupId>opensymphony</groupId> |
611 |
<artifactId>propertyset</artifactId> |
612 |
<version>r185</version> |
613 |
<type>jar</type> |
614 |
<properties> |
615 |
<war.bundle>true</war.bundle> |
616 |
<cocoon.bundle>true</cocoon.bundle> |
617 |
</properties> |
618 |
</dependency> |
619 |
|
620 |
<!-- Cocoon Forms --> |
621 |
<dependency> |
622 |
<groupId>cocoon</groupId> |
623 |
<artifactId>cocoon-forms</artifactId> |
624 |
<version>2.1.11</version> |
625 |
<type>jar</type> |
626 |
<properties> |
627 |
<war.bundle>true</war.bundle> |
628 |
<cocoon.bundle>true</cocoon.bundle> |
629 |
</properties> |
630 |
</dependency> |
631 |
|
632 |
<dependency> |
633 |
<groupId>cocoon</groupId> |
634 |
<artifactId>cocoon-ajax</artifactId> |
635 |
<version>2.1.11</version> |
636 |
<type>jar</type> |
637 |
<properties> |
638 |
<war.bundle>true</war.bundle> |
639 |
<cocoon.bundle>true</cocoon.bundle> |
640 |
</properties> |
641 |
</dependency> |
642 |
|
643 |
|
644 |
<!-- HTMLCleaner --> |
645 |
<dependency> |
646 |
<groupId>daisy</groupId> |
647 |
<artifactId>daisy-util</artifactId> |
648 |
<version>1.1</version> |
649 |
<type>jar</type> |
650 |
<properties> |
651 |
<war.bundle>true</war.bundle> |
652 |
<cocoon.bundle>true</cocoon.bundle> |
653 |
</properties> |
654 |
</dependency> |
655 |
|
656 |
<dependency> |
657 |
<groupId>hippo-cocoon-extensions</groupId> |
658 |
<artifactId>htmlcleaner-cocoon</artifactId> |
659 |
<version>1.01.03</version> |
660 |
<type>jar</type> |
661 |
<properties> |
662 |
<war.bundle>true</war.bundle> |
663 |
<cocoon.bundle>true</cocoon.bundle> |
664 |
</properties> |
665 |
</dependency> |
666 |
|
667 |
<dependency> |
668 |
<groupId>hippo</groupId> |
669 |
<artifactId>htmlcleaner</artifactId> |
670 |
<version>1.01.06</version> |
671 |
<type>jar</type> |
672 |
<properties> |
673 |
<war.bundle>true</war.bundle> |
674 |
<cocoon.bundle>true</cocoon.bundle> |
675 |
</properties> |
676 |
</dependency> |
677 |
|
678 |
<dependency> |
679 |
<groupId>nekodtd</groupId> |
680 |
<artifactId>nekodtd</artifactId> |
681 |
<version>0.1.11</version> |
682 |
<properties> |
683 |
<cocoon.bundle>true</cocoon.bundle> |
684 |
</properties> |
685 |
</dependency> |
686 |
|
687 |
<dependency> |
688 |
<groupId>net.sourceforge.nekohtml</groupId> |
689 |
<artifactId>nekohtml</artifactId> |
690 |
<version>1.9.7</version> |
691 |
<properties> |
692 |
<cocoon.bundle>true</cocoon.bundle> |
693 |
</properties> |
694 |
</dependency> |
695 |
|
696 |
|
697 |
<dependency> |
698 |
<groupId>oro</groupId> |
699 |
<artifactId>oro</artifactId> |
700 |
<version>2.0.8</version> |
701 |
<properties> |
702 |
<cocoon.bundle>true</cocoon.bundle> |
703 |
</properties> |
704 |
</dependency> |
705 |
|
706 |
<dependency> |
707 |
<groupId>xreporter</groupId> |
708 |
<artifactId>xreporter-expression</artifactId> |
709 |
<version>r683</version> |
710 |
<properties> |
711 |
<cocoon.bundle>true</cocoon.bundle> |
712 |
</properties> |
713 |
</dependency> |
714 |
|
715 |
<dependency> |
716 |
<groupId>jakarta-slide</groupId> |
717 |
<artifactId>slide-webdavlib</artifactId> |
718 |
<version>2.1b2</version> |
719 |
</dependency> |
720 |
|
721 |
<!-- XStream --> |
722 |
<dependency> |
723 |
<groupId>xstream</groupId> |
724 |
<artifactId>xstream</artifactId> |
725 |
<version>1.1.3</version> |
726 |
<properties> |
727 |
<cocoon.bundle>true</cocoon.bundle> |
728 |
</properties> |
729 |
</dependency> |
730 |
|
731 |
<dependency> |
732 |
<groupId>xpp3</groupId> |
733 |
<artifactId>xpp3</artifactId> |
734 |
<version>1.1.3.4.O-noqname</version> |
735 |
<properties> |
736 |
<cocoon.bundle>true</cocoon.bundle> |
737 |
</properties> |
738 |
</dependency> |
739 |
|
740 |
<!-- XMLBeans --> |
741 |
<dependency> |
742 |
<groupId>xmlbeans</groupId> |
743 |
<artifactId>xmlbeans</artifactId> |
744 |
<version>1.0.3-noqname</version> |
745 |
<properties> |
746 |
<cocoon.bundle>true</cocoon.bundle> |
747 |
</properties> |
748 |
</dependency> |
749 |
|
750 |
<!-- CMS types XMLBeans --> |
751 |
<dependency> |
752 |
<groupId>hippo-cms</groupId> |
753 |
<artifactId>types-xmlbeans</artifactId> |
754 |
<version>1.0</version> |
755 |
<properties> |
756 |
<cocoon.bundle>true</cocoon.bundle> |
757 |
</properties> |
758 |
</dependency> |
759 |
|
760 |
<!-- JDO --> |
761 |
<dependency> |
762 |
<groupId>jdo</groupId> |
763 |
<artifactId>jdo</artifactId> |
764 |
<version>1.0.1</version> |
765 |
<properties> |
766 |
<cocoon.bundle>true</cocoon.bundle> |
767 |
</properties> |
768 |
</dependency> |
769 |
|
770 |
<!-- MySQL driver --> |
771 |
<dependency> |
772 |
<groupId>mysql</groupId> |
773 |
<artifactId>mysql-connector-java</artifactId> |
774 |
<version>3.1.13</version> |
775 |
<properties> |
776 |
<cocoon.bundle>true</cocoon.bundle> |
777 |
<war.bundle>true</war.bundle> |
778 |
</properties> |
779 |
</dependency> |
780 |
|
781 |
<!-- Spring framework --> |
782 |
<dependency> |
783 |
<groupId>org.springframework</groupId> |
784 |
<artifactId>spring</artifactId> |
785 |
<version>2.0</version> |
786 |
<properties> |
787 |
<cocoon.bundle>true</cocoon.bundle> |
788 |
</properties> |
789 |
</dependency> |
790 |
<dependency> |
791 |
<groupId>org.springframework</groupId> |
792 |
<artifactId>spring-mock</artifactId> |
793 |
<version>2.0</version> |
794 |
<properties> |
795 |
<cocoon.bundle>true</cocoon.bundle> |
796 |
</properties> |
797 |
</dependency> |
798 |
|
799 |
<dependency> |
800 |
<groupId>excalibur-datasource</groupId> |
801 |
<artifactId>excalibur-datasource</artifactId> |
802 |
<version>2.1</version> |
803 |
<type>jar</type> |
804 |
<properties> |
805 |
<war.bundle>true</war.bundle> |
806 |
<cocoon.bundle>true</cocoon.bundle> |
807 |
</properties> |
808 |
</dependency> |
809 |
|
810 |
<!-- Servlet API --> |
811 |
<dependency> |
812 |
<groupId>servletapi</groupId> |
813 |
<artifactId>servletapi</artifactId> |
814 |
<version>2.3</version> |
815 |
</dependency> |
816 |
|
817 |
<!-- Velocity --> |
818 |
<dependency> |
819 |
<groupId>velocity</groupId> |
820 |
<artifactId>velocity</artifactId> |
821 |
<version>1.4</version> |
822 |
<properties> |
823 |
<cocoon.bundle>true</cocoon.bundle> |
824 |
</properties> |
825 |
</dependency> |
826 |
|
827 |
|
828 |
<!-- commons-lang for image reader and reviewed action workflow--> |
829 |
<dependency> |
830 |
<id>commons-lang:commons-lang</id> |
831 |
<version>2.5</version> |
832 |
<type>jar</type> |
833 |
<properties> |
834 |
<cocoon.bundle>true</cocoon.bundle> |
835 |
<war.bundle>true</war.bundle> |
836 |
</properties> |
837 |
</dependency> |
838 |
|
839 |
<!-- HSQLDB --> |
840 |
<dependency> |
841 |
<groupId>hsqldb</groupId> |
842 |
<artifactId>hsqldb</artifactId> |
843 |
<!-- WARNING: UPGRADING TO LATER VERSIONS than 1.8.0.2 LEADS TO NULL POINTER EXCEPTIONS. TEST UPGRADES THOROUGHLY! --> |
844 |
<version>1.8.0.2</version> |
845 |
<properties> |
846 |
<cocoon.bundle>true</cocoon.bundle> |
847 |
</properties> |
848 |
</dependency> |
849 |
|
850 |
<dependency> |
851 |
<groupId>cocoon</groupId> |
852 |
<artifactId>cocoon-hsqldb</artifactId> |
853 |
<version>2.1.11</version> |
854 |
<type>jar</type> |
855 |
<properties> |
856 |
<cocoon.bundle>true</cocoon.bundle> |
857 |
<war.bundle>true</war.bundle> |
858 |
</properties> |
859 |
</dependency> |
860 |
|
861 |
<!-- JDOM --> |
862 |
<dependency> |
863 |
<groupId>jdom</groupId> |
864 |
<artifactId>jdom</artifactId> |
865 |
<version>1.0</version> |
866 |
</dependency> |
867 |
|
868 |
<!-- JAXEN --> |
869 |
<dependency> |
870 |
<groupId>jaxen</groupId> |
871 |
<artifactId>jaxen-core</artifactId> |
872 |
<version>1.0</version> |
873 |
<properties> |
874 |
<cocoon.bundle>true</cocoon.bundle> |
875 |
</properties> |
876 |
</dependency> |
877 |
|
878 |
<dependency> |
879 |
<groupId>jaxen</groupId> |
880 |
<artifactId>jaxen-jdom</artifactId> |
881 |
<version>1.0</version> |
882 |
<properties> |
883 |
<cocoon.bundle>true</cocoon.bundle> |
884 |
</properties> |
885 |
</dependency> |
886 |
|
887 |
<dependency> |
888 |
<groupId>saxpath</groupId> |
889 |
<artifactId>saxpath</artifactId> |
890 |
<version>1.0-FCS</version> |
891 |
<properties> |
892 |
<cocoon.bundle>true</cocoon.bundle> |
893 |
</properties> |
894 |
</dependency> |
895 |
|
896 |
<dependency> |
897 |
<groupId>log4j</groupId> |
898 |
<artifactId>log4j</artifactId> |
899 |
<version>1.2.12</version> |
900 |
<type>jar</type> |
901 |
<properties> |
902 |
<war.bundle>true</war.bundle> |
903 |
</properties> |
904 |
</dependency> |
905 |
|
906 |
<dependency> |
907 |
<groupId>bcel</groupId> |
908 |
<artifactId>bcel</artifactId> |
909 |
<version>5.1</version> |
910 |
<type>jar</type> |
911 |
<properties> |
912 |
<cocoon.bundle>false</cocoon.bundle> |
913 |
<war.bundle>true</war.bundle> |
914 |
</properties> |
915 |
</dependency> |
916 |
|
917 |
<dependency> |
918 |
<groupId>xalan</groupId> |
919 |
<artifactId>xalan</artifactId> |
920 |
<version>2.7.0</version> |
921 |
<type>jar</type> |
922 |
<properties> |
923 |
<cocoon.bundle>false</cocoon.bundle> |
924 |
<war.bundle>true</war.bundle> |
925 |
</properties> |
926 |
</dependency> |
927 |
|
928 |
</dependencies> |
929 |
|
930 |
<build> |
931 |
<defaultGoal>cocoon:dist</defaultGoal> |
932 |
<sourceDirectory>${basedir}/src/java</sourceDirectory> |
933 |
<resources> |
934 |
<resource> |
935 |
<directory>${basedir}/src/java</directory> |
936 |
<includes> |
937 |
<include>**/*.xml</include> |
938 |
<include>**/*.xsl</include> |
939 |
<include>**/*.properties</include> |
940 |
</includes> |
941 |
<filtering>true</filtering> |
942 |
</resource> |
943 |
</resources> |
944 |
</build> |
945 |
|
946 |
</project> |