View difference between Paste ID: P4TvzqJn and 3qrVbDmB
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>com.dotcms</groupId>
6
	<artifactId>dotcms</artifactId>
7
	<name>dotcms</name>
8
	<version>2.5.1</version>
9
	<dependencies>
10
		
11
		<dependency>
12
			<groupId>com.dotcms.lib</groupId>
13
			<artifactId>JLinkPointTxn.jar</artifactId>
14
			<version>ukv</version>
15
		</dependency>
16
		
17
		<dependency>
18
			<groupId>com.dotcms.lib</groupId>
19
			<artifactId>Tidy.jar</artifactId>
20
			<version>ukv</version>
21
		</dependency>
22
23
		<dependency>
24
			<groupId>com.dotcms.lib</groupId>
25
			<artifactId>Verisign.jar</artifactId>
26
			<version>ukv</version>
27
		</dependency>
28
  
29
		<dependency>
30
			<groupId>org.apache.abdera</groupId>
31
			<artifactId>abdera-client</artifactId>
32
			<version>0.4.0-incubating</version>
33
			<exclusions>
34
				<exclusion>
35
					<groupId>org.apache.geronimo.specs</groupId>
36
					<artifactId>geronimo-activation_1.0.2_spec</artifactId>
37
				</exclusion>
38
				<exclusion>
39
					<groupId>org.apache.geronimo.specs</groupId>
40
					<artifactId>geronimo-activation_1.1_spec</artifactId>
41
				</exclusion>
42
				<exclusion>
43
					<groupId>org.apache.geronimo.specs</groupId>
44
					<artifactId>geronimo-stax-api_1.0_spec</artifactId>
45
				</exclusion>
46
				<exclusion>
47
					<groupId>org.apache.ws.commons.axiom</groupId>
48-
					<artifactId>axiom-impl:1.2.5</artifactId>
48+
					<artifactId>axiom-impl</artifactId>
49
				</exclusion>
50
				<exclusion>
51
					<groupId>maven-plugins</groupId>
52
					<artifactId>maven-cobertura-plugin</artifactId>
53
				</exclusion>
54
				<exclusion>
55
					<groupId>maven-plugins</groupId>
56
					<artifactId>maven-findbugs-plugin</artifactId>
57
				</exclusion>
58
			</exclusions>
59
		</dependency>
60
61
		<dependency>
62
			<groupId>org.apache.abdera</groupId>
63
			<artifactId>abdera-core</artifactId>
64
			<version>0.4.0-incubating</version>
65
			<exclusions>
66
				<exclusion>
67
					<groupId>org.apache.geronimo.specs</groupId>
68
					<artifactId>geronimo-activation_1.0.2_spec</artifactId>
69
				</exclusion>
70
				<exclusion>
71
					<groupId>org.apache.geronimo.specs</groupId>
72
					<artifactId>geronimo-activation_1.1_spec</artifactId>
73
				</exclusion>
74
				<exclusion>
75
					<groupId>org.apache.geronimo.specs</groupId>
76
					<artifactId>geronimo-stax-api_1.0_spec</artifactId>
77
				</exclusion>
78
			</exclusions>
79
		</dependency>
80
81
		<dependency>
82
			<groupId>org.apache.abdera</groupId>
83
			<artifactId>abdera-extensions-html</artifactId>
84
			<version>0.4.0-incubating</version>
85
		</dependency>
86
87
		<dependency>
88
			<groupId>org.apache.abdera</groupId>
89
			<artifactId>abdera-extensions-json</artifactId>
90
			<version>0.4.0-incubating</version>
91
		</dependency>
92
93
		<dependency>
94
			<groupId>org.apache.abdera</groupId>
95
			<artifactId>abdera-extensions-main</artifactId>
96
			<version>0.4.0-incubating</version>
97
		</dependency>
98
99
		<dependency>
100
			<groupId>org.apache.abdera</groupId>
101
			<artifactId>abdera-i18n</artifactId>
102
			<version>0.4.0-incubating</version>
103
			<exclusions>
104
				<exclusion>
105
					<groupId>org.apache.geronimo.specs</groupId>
106
					<artifactId>geronimo-activation_1.0.2_spec</artifactId>
107
				</exclusion>
108
				<exclusion>
109
					<groupId>org.apache.geronimo.specs</groupId>
110
					<artifactId>geronimo-activation_1.1_spec</artifactId>
111
				</exclusion>
112
				<exclusion>
113
					<groupId>org.apache.geronimo.specs</groupId>
114
					<artifactId>geronimo-stax-api_1.0_spec</artifactId>
115
				</exclusion>
116
			</exclusions>
117
		</dependency>
118
	
119
		<dependency>
120
			<groupId>org.apache.abdera</groupId>
121
			<artifactId>abdera-parser</artifactId>
122
			<version>0.4.0-incubating</version>
123
			<exclusions>
124
				<exclusion>
125
					<groupId>org.apache.ws.commons.axiom</groupId>
126
					<artifactId>axiom-impl</artifactId>
127
				</exclusion>
128
				<exclusion>
129
					<groupId>maven-plugins</groupId>
130
					<artifactId>maven-cobertura-plugin</artifactId>
131
				</exclusion>
132
				<exclusion>
133
					<groupId>maven-plugins</groupId>
134
					<artifactId>maven-findbugs-plugin</artifactId>
135
				</exclusion>
136
			</exclusions>
137
		</dependency>
138
139
		<dependency>
140
			<groupId>org.apache.abdera</groupId>
141
			<artifactId>abdera-server</artifactId>
142
			<version>0.4.0-incubating</version>
143
		</dependency>
144
145
146
		<dependency>
147
			<groupId>com.dotcms.lib</groupId>
148
			<artifactId>antlr-3.1.2.jar</artifactId>
149
			<version>3.1.2</version>
150
		</dependency>		
151
152
		<dependency>
153
			<groupId>org.apache.solr</groupId>
154
			<artifactId>solr-core</artifactId>
155
			<version>1.4.0</version>
156
		</dependency>		
157
158
		<dependency>
159
			<groupId>org.apache.solr</groupId>
160
			<artifactId>solr-solrj</artifactId>
161
			<version>1.4.0</version>
162
		</dependency>		
163
164
		<dependency>
165
			<groupId>asm</groupId>
166
			<artifactId>asm</artifactId>
167
			<version>3.1</version>
168
		</dependency>		
169
170
		<dependency>
171
			<groupId>org.apache.ws.commons.axiom</groupId>
172
			<artifactId>axiom-api</artifactId>
173
			<version>1.2.5</version>
174
			<exclusions>
175
				<exclusion>
176
					<groupId>maven-plugins</groupId>
177
					<artifactId>maven-cobertura-plugin</artifactId>
178
				</exclusion>
179
				<exclusion>
180
					<groupId>maven-plugins</groupId>
181
					<artifactId>maven-findbugs-plugin</artifactId>
182
				</exclusion>
183
				<exclusion>
184
					<groupId>xml-apis</groupId>
185
					<artifactId>xml-apis</artifactId>
186
				</exclusion>
187
			</exclusions>
188
		</dependency>		
189
190
		<dependency>
191
			<groupId>org.apache.ws.commons.axiom</groupId>
192
			<artifactId>axiom-impl</artifactId>
193
			<version>1.2.5</version>
194
			<exclusions>
195
				<exclusion>
196
					<groupId>org.apache.ws.commons.axiom</groupId>
197
					<artifactId>axiom-impl</artifactId>
198
				</exclusion>
199
				<exclusion>
200
					<groupId>maven-plugins</groupId>
201
					<artifactId>maven-cobertura-plugin</artifactId>
202
				</exclusion>
203
				<exclusion>
204
					<groupId>maven-plugins</groupId>
205
					<artifactId>maven-findbugs-plugin</artifactId>
206
				</exclusion>
207
			</exclusions>
208
		</dependency>		
209
210
		<dependency>
211
			<groupId>backport-util-concurrent</groupId>
212
			<artifactId>backport-util-concurrent</artifactId>
213
			<version>3.1</version>
214
		</dependency>		
215
216
		<dependency>
217
			<groupId>org.bouncycastle</groupId>
218
			<artifactId>bcprov-jdk15</artifactId>
219
			<version>1.45</version>
220
		</dependency>		
221
222
		<dependency>
223
			<groupId>org.bouncycastle</groupId>
224
			<artifactId>bcprov-jdk15</artifactId>
225
			<version>1.45</version>
226
		</dependency>		
227
228
		<dependency>
229
			<groupId>com.dotcms.lib</groupId>
230
			<artifactId>dot-bsf</artifactId>
231
			<version>ukv</version>
232
		</dependency>
233
234
		<dependency>
235
			<groupId>org.beanshell</groupId>
236
			<artifactId>bsh</artifactId>
237
			<version>2.0b4</version>
238
		</dependency>
239
240
		<dependency>
241
			<groupId>com.dotcms.lib</groupId>
242
			<artifactId>dot-cactus.integration.ant</artifactId>
243
			<version>ukv</version>
244
		</dependency>
245
246
		<dependency>
247
			<groupId>org.codehaus.cargo</groupId>
248
			<artifactId>cargo-ant</artifactId>
249
			<version>0.9</version>
250
		</dependency>
251
252
		<dependency>
253
			<groupId>org.codehaus.cargo</groupId>
254
			<artifactId>cargo-core-uberjar</artifactId>
255
			<version>0.9</version>
256
		</dependency>
257
258
		<dependency>
259
			<groupId>com.dotcms.lib</groupId>
260
			<artifactId>dot-castor</artifactId>
261
			<version>ukv</version>
262
		</dependency>
263
264
		<dependency>
265
			<groupId>cglib</groupId>
266
			<artifactId>cglib-nodep</artifactId>
267
			<version>2.2</version>
268
		</dependency>
269
270
		<dependency>
271
			<groupId>cglib</groupId>
272
			<artifactId>cglib-nodep</artifactId>
273
			<version>2.2</version>
274
		</dependency>
275
		
276
		<dependency>
277
			<groupId>com.dotcms.lib</groupId>
278
			<artifactId>dot-chemistry-commons</artifactId>
279
			<version>ukv</version>
280
		</dependency>
281
282
		<dependency>
283
			<groupId>org.apache.chemistry.opencmis</groupId>
284
			<artifactId>chemistry-opencmis-commons-api</artifactId>
285
			<version>0.8.0</version>
286
		</dependency>
287
288
		<dependency>
289
			<groupId>org.apache.chemistry.opencmis</groupId>
290
			<artifactId>chemistry-opencmis-commons-impl</artifactId>
291
			<version>0.8.0</version>
292
		</dependency>
293
294
		<dependency>
295
			<groupId>org.apache.chemistry.opencmis</groupId>
296
			<artifactId>chemistry-opencmis-server-bindings</artifactId>
297
			<version>0.8.0</version>
298
		</dependency>
299
300
		<dependency>
301
			<groupId>org.apache.chemistry.opencmis</groupId>
302
			<artifactId>chemistry-opencmis-server-support</artifactId>
303
			<version>0.8.0</version>
304
		</dependency>
305
306
		<dependency>
307
			<groupId>org.apache.chemistry.opencmis</groupId>
308
			<artifactId>chemistry-opencmis-test-util</artifactId>
309
			<version>0.8.0</version>
310
		</dependency>
311
312
		<dependency>
313
			<groupId>org.apache.chemistry.opencmis</groupId>
314
			<artifactId>chemistry-opencmis-test-util</artifactId>
315
			<version>0.8.0</version>
316
		</dependency>
317
		
318
		<dependency>
319
			<groupId>com.dotcms.lib</groupId>
320
			<artifactId>dot-com.dotmarketing.jhlabs.images.filters</artifactId>
321
			<version>ukv</version>
322
		</dependency>
323
324
		<dependency>
325
			<groupId>commons-beanutils</groupId>
326
			<artifactId>commons-beanutils</artifactId>
327
			<version>1.6.1</version>
328
		</dependency>
329
330
		<dependency>
331
			<groupId>commons-cli</groupId>
332
			<artifactId>commons-cli</artifactId>
333
			<version>1.2</version>
334
		</dependency>
335
336
		<dependency>
337
			<groupId>commons-collections</groupId>
338
			<artifactId>commons-collections</artifactId>
339
			<version>3.2</version>
340
		</dependency>
341
342
		<dependency>
343
			<groupId>commons-configuration</groupId>
344
			<artifactId>commons-configuration</artifactId>
345
			<version>1.0</version>
346
			<exclusions>
347
				<exclusion>
348
					<groupId>resources</groupId>
349
					<artifactId>resources</artifactId>
350
				</exclusion>
351
				<exclusion>
352
					<groupId>xml-apis</groupId>
353
					<artifactId>xml-apis</artifactId>
354
				</exclusion>
355
			</exclusions>
356
		</dependency>
357
358
		<dependency>
359
			<groupId>commons-dbcp</groupId>
360
			<artifactId>commons-dbcp</artifactId>
361
			<version>1.3</version>
362
		</dependency>
363
364
		<dependency>
365
			<groupId>commons-digester</groupId>
366
			<artifactId>commons-digester</artifactId>
367
			<version>1.7</version>
368
			<exclusions>
369
				<exclusion>
370
					<groupId>xml-apis</groupId>
371
					<artifactId>xml-apis</artifactId>
372
				</exclusion>
373
			</exclusions>
374
		</dependency>
375
376
		<dependency>
377
			<groupId>commons-fileupload</groupId>
378
			<artifactId>commons-fileupload</artifactId>
379
			<version>1.2</version>
380
		</dependency>
381
382
		<dependency>
383
			<groupId>commons-httpclient</groupId>
384
			<artifactId>commons-httpclient</artifactId>
385
			<version>3.1</version>
386
		</dependency>
387
388
		<dependency>
389
			<groupId>commons-io</groupId>
390
			<artifactId>commons-io</artifactId>
391
			<version>2.0.1</version>
392
		</dependency>
393
394
		<dependency>
395
			<groupId>com.dotcms.lib</groupId>
396
			<artifactId>commons-jci-core-1.0-406301</artifactId>
397
			<version>ukv</version>
398
		</dependency>
399
400
		<dependency>
401
			<groupId>com.dotcms.lib</groupId>
402
			<artifactId>dot-commons-jci-eclipse-3.2.0.666</artifactId>
403
			<version>ukv</version>
404
		</dependency>
405
406
		<dependency>
407
			<groupId>commons-lang</groupId>
408
			<artifactId>commons-lang</artifactId>
409
			<version>2.4</version>
410
		</dependency>
411
412
		<dependency>
413
			<groupId>commons-net</groupId>
414
			<artifactId>commons-net</artifactId>
415
			<version>1.4.1</version>
416
		</dependency>
417
418
		<dependency>
419
			<groupId>commons-pool</groupId>
420
			<artifactId>commons-pool</artifactId>
421
			<version>1.5.4</version>
422
		</dependency>
423
424
		<dependency>
425
			<groupId>commons-validator</groupId>
426
			<artifactId>commons-validator</artifactId>
427
			<version>1.1.3</version>
428
		</dependency>
429
430
		<dependency>
431
			<groupId>com.dotcms.lib</groupId>
432
			<artifactId>dot-compression-filter</artifactId>
433
			<version>ukv</version>
434
		</dependency>
435
		
436
		<dependency>
437
			<groupId>concurrent</groupId>
438
			<artifactId>concurrent</artifactId>
439
			<version>1.3.4</version>
440
		</dependency>
441
442
		<dependency>
443
			<groupId>com.dotcms.lib</groupId>
444
			<artifactId>dot-core-renderer-modified</artifactId>
445
			<version>ukv</version>
446
		</dependency>
447
448
		<dependency>
449
			<groupId>com.dotcms.lib</groupId>
450
			<artifactId>dot-cos</artifactId>
451
			<version>ukv</version>
452
		</dependency>
453
		
454
		<dependency>
455
			<groupId>com.dotcms.lib</groupId>
456
			<artifactId>dot-counter-ejb</artifactId>
457
			<version>ukv</version>
458
		</dependency>
459
460
		<dependency>
461
			<groupId>com.dotcms.lib</groupId>
462
			<artifactId>dot-daisydiff</artifactId>
463
			<version>ukv</version>
464
		</dependency>
465
466
		<dependency>
467
			<groupId>dnsjava</groupId>
468
			<artifactId>dnsjava</artifactId>
469
			<version>2.0.8</version>
470
		</dependency>
471
472
		<dependency>
473
			<groupId>dom4j</groupId>
474
			<artifactId>dom4j</artifactId>
475
			<version>1.6.1</version>
476
			<exclusions>
477
				<exclusion>
478
					<groupId>xml-apis</groupId>
479
					<artifactId>xml-apis</artifactId>
480
				</exclusion>
481
			</exclusions>
482
		</dependency>
483
484
		<dependency>
485
			<groupId>com.dotcms.lib</groupId>
486
			<artifactId>dotcms_ant</artifactId>
487
			<version>2.5.1</version>
488
		</dependency>
489
490
		<dependency>
491
			<groupId>com.dotcms.lib</groupId>
492
			<artifactId>dot-drools-compiler</artifactId>
493
			<version>3.0.5</version>
494
		</dependency>
495
496
		<dependency>
497
			<groupId>com.dotcms.lib</groupId>
498
			<artifactId>dot-drools-core</artifactId>
499
			<version>3.0.5</version>
500
		</dependency>
501
502
		<dependency>
503
			<groupId>com.dotcms.lib</groupId>
504
			<artifactId>dot-drools-decisiontables</artifactId>
505
			<version>3.0.5</version>
506
		</dependency>
507
508
		<dependency>
509
			<groupId>com.dotcms.lib</groupId>
510
			<artifactId>dot-drools-jsr94</artifactId>
511
			<version>3.0.5</version>
512
		</dependency>
513
514
		<dependency>
515
			<groupId>com.dotcms.lib</groupId>
516
			<artifactId>dot-dwr</artifactId>
517
			<version>3rc2modified</version>
518
		</dependency>
519
520
		<dependency>
521
			<groupId>com.dotcms.enterprise</groupId>
522
			<artifactId>ee</artifactId>
523
			<version>2.5.1</version>
524
		</dependency>
525
526
		<dependency>
527
			<groupId>net.sf.ehcache</groupId>
528
			<artifactId>ehcache</artifactId>
529
			<version>1.6.1</version>
530
		</dependency>
531
532
		<dependency>
533
			<groupId>org.elasticsearch</groupId>
534
			<artifactId>elasticsearch</artifactId>
535
			<version>0.19.9</version>
536
		</dependency>
537
538
		<dependency>
539
			<groupId>com.dotcms.lib</groupId>
540
			<artifactId>dot-esapi</artifactId>
541
			<version>2.0.1</version>
542
		</dependency>
543
		
544
		<dependency>
545
			<groupId>org.apache.felix</groupId>
546
			<artifactId>org.apache.felix.main</artifactId>
547
			<version>4.2.1</version>
548
		</dependency>
549
550
		<dependency>
551
			<groupId>com.dotcms.lib</groupId>
552
			<artifactId>dot-fileupload-ext</artifactId>
553
			<version>ukv</version>
554
		</dependency>
555
556
		<dependency>
557
			<groupId>com.dotcms.lib</groupId>
558
			<artifactId>dot-fop</artifactId>
559
			<version>0.20.1</version>
560
		</dependency>
561
562
		<dependency>
563
			<groupId>com.dotcms.lib</groupId>
564
			<artifactId>dot-gif89</artifactId>
565
			<version>ukv</version>
566
		</dependency>
567
568
		<dependency>
569
			<groupId>com.dotcms.lib</groupId>
570
			<artifactId>dot-google</artifactId>
571
			<version>ukv</version>
572
		</dependency>
573
574
		<dependency>
575
			<groupId>com.dotcms.lib</groupId>
576
			<artifactId>dot-groovy-all</artifactId>
577
			<version>1.7.0</version>
578
		</dependency>
579
580
581
		<dependency>
582
			<groupId>com.google.guava</groupId>
583
			<artifactId>guava</artifactId>
584
			<version>11.0.1</version>
585
		</dependency>
586
587
		<dependency>
588
			<groupId>com.h2database</groupId>
589
			<artifactId>h2</artifactId>
590
			<version>1.3.169</version>
591
		</dependency>
592
593
		<dependency>
594
			<groupId>com.dotcms.lib</groupId>
595
			<artifactId>dot-hadoop-dev-core</artifactId>
596
			<version>0.20.3</version>
597
		</dependency>
598
599
		<dependency>
600
			<groupId>com.dotcms.lib</groupId>
601
			<artifactId>dot-hadoop-dev-tools</artifactId>
602
			<version>0.20.3</version>
603
		</dependency>
604
605
		<dependency>
606
			<groupId>com.dotcms.lib</groupId>
607
			<artifactId>dot-hibernate2</artifactId>
608
			<version>ukv</version>
609
		</dependency>
610
611
		<dependency>
612
			<groupId>com.dotcms.lib</groupId>
613
			<artifactId>dot-httpbridge</artifactId>
614
			<version>ukv</version>
615
		</dependency>
616
617
		<dependency>
618
			<groupId>com.dotcms.lib</groupId>
619
			<artifactId>dot-httpclient</artifactId>
620
			<version>4.2.2</version>
621
		</dependency>
622
623
		<dependency>
624
			<groupId>org.apache.httpcomponents</groupId>
625
			<artifactId>httpcore</artifactId>
626
			<version>4.2.2</version>
627
		</dependency>
628
629
		<dependency>
630
			<groupId>com.dotcms.lib</groupId>
631
			<artifactId>dot-iText</artifactId>
632
			<version>2.1.0</version>
633
		</dependency>
634
635
		<dependency>
636
			<groupId>com.ibm.icu</groupId>
637
			<artifactId>icu4j</artifactId>
638
			<version>4.0.1</version>
639
		</dependency>
640
		
641
		<dependency>
642
			<groupId>org.codehaus.jackson</groupId>
643
			<artifactId>jackson-core-asl</artifactId>
644
			<version>1.9.2</version>
645
		</dependency>
646
647
		<dependency>
648
			<groupId>org.codehaus.jackson</groupId>
649
			<artifactId>jackson-jaxrs</artifactId>
650
			<version>1.9.2</version>
651
		</dependency>		
652
653
		<dependency>
654
			<groupId>org.codehaus.jackson</groupId>
655
			<artifactId>jackson-mapper-asl</artifactId>
656
			<version>1.9.2</version>
657
		</dependency>
658
659
		<dependency>
660
			<groupId>org.codehaus.jackson</groupId>
661
			<artifactId>jackson-xc</artifactId>
662
			<version>1.9.2</version>
663
		</dependency>
664
665
		<dependency>
666
			<groupId>com.dotcms.lib</groupId>
667
			<artifactId>dot-jamm</artifactId>
668
			<version>0.2.5</version>
669
		</dependency>
670
671
		<dependency>
672
			<groupId>com.dotcms.lib</groupId>
673
			<artifactId>dot-jasperreports</artifactId>
674
			<version>3.5.0</version>
675
		</dependency>
676
677
		<dependency>
678
			<groupId>net.sourceforge.javacsv</groupId>
679
			<artifactId>javacsv</artifactId>
680
			<version>2.0</version>
681
		</dependency>
682
683
		<dependency>
684
			<groupId>jaxen</groupId>
685
			<artifactId>jaxen</artifactId>
686
			<version>1.1.3</version>
687
			<exclusions>
688
				<exclusion>
689
					<groupId>maven-plugins</groupId>
690
					<artifactId>maven-cobertura-plugin</artifactId>
691
				</exclusion>
692
				<exclusion>
693
					<groupId>maven-plugins</groupId>
694
					<artifactId>maven-findbugs-plugin</artifactId>
695
				</exclusion>
696
				<exclusion>
697
					<groupId>xml-apis</groupId>
698
					<artifactId>xml-apis</artifactId>
699
				</exclusion>
700
			</exclusions>
701
		</dependency>
702
703
		<dependency>
704
			<groupId>net.sf.jazzy</groupId>
705
			<artifactId>jazzy-core</artifactId>
706
			<version>0.5.2</version>
707
		</dependency>
708
709
		<dependency>
710
			<groupId>org.jboss</groupId>
711
			<artifactId>jboss-common-core</artifactId>
712
			<version>2.2.3.GA</version>
713
			<exclusions>
714
				<exclusion>
715
					<groupId>xml-apis</groupId>
716
					<artifactId>xml-apis</artifactId>
717
				</exclusion>
718
			</exclusions>
719
		</dependency>
720
721
		<dependency>
722
			<groupId>org.jboss.logging</groupId>
723
			<artifactId>jboss-logging-spi</artifactId>
724
			<version>2.0.5.GA</version>
725
		</dependency>
726
727
		<dependency>
728
			<groupId>com.dotcms.lib</groupId>
729
			<artifactId>dot-jbosscache-core</artifactId>
730
			<version>ukv</version>
731
			<type>pom</type>
732
		</dependency>
733
734
		<dependency>
735
			<groupId>com.dotcms.lib</groupId>
736
			<artifactId>dot-jcaptcha-mod</artifactId>
737
			<version>ukv</version>
738
		</dependency>
739
740
		<dependency>
741
			<groupId>jdom</groupId>
742
			<artifactId>jdom</artifactId>
743
			<version>1.0</version>
744
			<exclusions>
745
				<exclusion>
746
					<groupId>maven-plugins</groupId>
747
					<artifactId>maven-cobertura-plugin</artifactId>
748
				</exclusion>
749
				<exclusion>
750
					<groupId>maven-plugins</groupId>
751
					<artifactId>maven-findbugs-plugin</artifactId>
752
				</exclusion>
753
				<exclusion>
754
					<groupId>xml-apis</groupId>
755
					<artifactId>xml-apis</artifactId>
756
				</exclusion>
757
			</exclusions>
758
		</dependency>
759
760
		<dependency>
761
			<groupId>org.apache.pdfbox</groupId>
762
			<artifactId>jempbox</artifactId>
763
			<version>1.6.0</version>
764
		</dependency>
765
766
		<dependency>
767
			<groupId>com.dotcms.lib</groupId>
768
			<artifactId>dot-jep</artifactId>
769
			<version>2.4.1</version>
770
		</dependency>
771
772
		<dependency>
773
			<groupId>com.sun.jersey</groupId>
774
			<artifactId>jersey-client</artifactId>
775
			<version>1.12</version>
776
		</dependency>
777
778
		<dependency>
779
			<groupId>com.sun.jersey</groupId>
780
			<artifactId>jersey-core</artifactId>
781
			<version>1.12</version>
782
		</dependency>
783
784
		<dependency>
785
			<groupId>com.sun.jersey</groupId>
786
			<artifactId>jersey-json</artifactId>
787
			<version>1.12</version>
788
		</dependency>
789
790
		<dependency>
791
			<groupId>com.sun.jersey.contribs</groupId>
792
			<artifactId>jersey-multipart</artifactId>
793
			<version>1.12</version>
794
		</dependency>
795
796
		<dependency>
797
			<groupId>com.sun.jersey</groupId>
798
			<artifactId>jersey-server</artifactId>
799
			<version>1.12</version>
800
		</dependency>
801
802
		<dependency>
803
			<groupId>com.sun.jersey</groupId>
804
			<artifactId>jersey-servlet</artifactId>
805
			<version>1.12</version>
806
		</dependency>		
807
		
808
		<dependency>
809
			<groupId>org.codehaus.jettison</groupId>
810
			<artifactId>jettison</artifactId>
811
			<version>1.1</version>
812
		</dependency>
813
814
		<dependency>
815
			<groupId>com.dotcms.lib</groupId>
816
			<artifactId>dot-jfreechart</artifactId>
817
			<version>1.0.13</version>
818
		</dependency>
819
820
		<dependency>
821
			<groupId>org.jgroups</groupId>
822
			<artifactId>jgroups</artifactId>
823
			<version>2.12.2.Final</version>
824
		</dependency>
825
826
		<dependency>
827
			<groupId>net.sf.javamusictag</groupId>
828
			<artifactId>jid3lib</artifactId>
829
			<version>0.5.4</version>
830
		</dependency>
831
832
		<dependency>
833
			<groupId>jline</groupId>
834
			<artifactId>jline</artifactId>
835
			<version>0.9.94</version>
836
		</dependency>
837
838
		<dependency>
839
			<groupId>net.java.dev.jna</groupId>
840
			<artifactId>jna</artifactId>
841
			<version>3.3.0</version>
842
		</dependency>
843
844
		<dependency>
845
			<groupId>com.dotcms.lib</groupId>
846
			<artifactId>dot-jruby</artifactId>
847
			<version>ukv</version>
848
		</dependency>
849
		
850
		<dependency>
851
			<groupId>com.dotcms.lib</groupId>
852
			<artifactId>dot-js-14</artifactId>
853
			<version>ukv</version>
854
		</dependency>
855
		
856
		<dependency>
857
			<groupId>com.dotcms.lib</groupId>
858
			<artifactId>dot-json</artifactId>
859
			<version>ukv</version>
860
		</dependency>
861
862
		<dependency>
863
			<groupId>com.dotcms.lib</groupId>
864
			<artifactId>dot-json-jspellchecker-dep</artifactId>
865
			<version>ukv</version>
866
		</dependency>		
867
868
		<dependency>
869
			<groupId>org.jsoup</groupId>
870
			<artifactId>jsoup</artifactId>
871
			<version>1.6.1</version>
872
		</dependency>
873
		
874
		<dependency>
875
			<groupId>javax.ws.rs</groupId>
876
			<artifactId>jsr311-api</artifactId>
877
			<version>1.1.1</version>
878
		</dependency>	
879
880
		<dependency>
881
			<groupId>jstl</groupId>
882
			<artifactId>jstl</artifactId>
883
			<version>1.0.5</version>
884
		</dependency>
885
886
		<dependency>
887
			<groupId>javax.transaction</groupId>
888
			<artifactId>jta</artifactId>
889
			<version>1.1</version>
890
		</dependency>
891
892
		<dependency>
893
			<groupId>junit</groupId>
894
			<artifactId>junit</artifactId>
895
			<version>4.8.1</version>
896
		</dependency>
897
898
		<dependency>
899
			<groupId>net.sourceforge.jexcelapi</groupId>
900
			<artifactId>jxl</artifactId>
901
			<version>2.6</version>
902
		</dependency>
903
904
		<dependency>
905
			<groupId>com.dotcms.lib</groupId>
906
			<artifactId>dot-jython</artifactId>
907
			<version>ukv</version>
908
		</dependency>
909
910
		<dependency>
911
			<groupId>com.dotcms.lib</groupId>
912
			<artifactId>dot-ldap</artifactId>
913
			<version>ukv</version>
914
		</dependency>
915
916
		<dependency>
917
			<groupId>org.apache.lucene</groupId>
918
			<artifactId>lucene-analyzers</artifactId>
919
			<version>3.6.1</version>
920
		</dependency>
921
922
		<dependency>
923
			<groupId>org.apache.lucene</groupId>
924
			<artifactId>lucene-core</artifactId>
925
			<version>3.6.1</version>
926
		</dependency>
927
928
		<dependency>
929
			<groupId>org.apache.lucene</groupId>
930
			<artifactId>lucene-highlighter</artifactId>
931
			<version>3.6.1</version>
932
		</dependency>
933
934
		<dependency>
935
			<groupId>org.apache.lucene</groupId>
936
			<artifactId>lucene-memory</artifactId>
937
			<version>3.6.1</version>
938
		</dependency>
939
940
		<dependency>
941
			<groupId>org.apache.lucene</groupId>
942
			<artifactId>lucene-queries</artifactId>
943
			<version>3.6.1</version>
944
		</dependency>
945
		
946
		<dependency>
947
			<groupId>com.dotcms.lib</groupId>
948
			<artifactId>dot-mail-ejb</artifactId>
949
			<version>ukv</version>
950
		</dependency>		
951
952
		<dependency>
953
			<groupId>com.dotcms.lib</groupId>
954
			<artifactId>dot-milton-api</artifactId>
955
			<version>1.8.1.4</version>
956
		</dependency>
957
		
958
		<dependency>
959
			<groupId>com.dotcms.lib</groupId>
960
			<artifactId>dot-milton-servlet</artifactId>
961
			<version>1.8.1.4</version>
962
		</dependency>
963
		
964
		<dependency>
965
			<groupId>eu.medsea.mimeutil</groupId>
966
			<artifactId>mime-util</artifactId>
967
			<version>2.1.3</version>
968
		</dependency>
969
970
		<dependency>
971
			<groupId>org.jvnet</groupId>
972
			<artifactId>mimepull</artifactId>
973
			<version>1.6</version>
974
		</dependency>
975
976
		<dependency>
977
			<groupId>org.mockito</groupId>
978
			<artifactId>mockito-all</artifactId>
979
			<version>1.9.5</version>
980
		</dependency>
981
982
		<dependency>
983
			<groupId>com.dotcms.lib</groupId>
984
			<artifactId>dot-msnm</artifactId>
985
			<version>ukv</version>
986
		</dependency>
987
988
		<dependency>
989
			<groupId>com.dotcms.lib</groupId>
990
			<artifactId>dot-myspell</artifactId>
991
			<version>ukv</version>
992
		</dependency>
993
994
		<dependency>
995
			<groupId>net.sourceforge.nekohtml</groupId>
996
			<artifactId>nekohtml</artifactId>
997
			<version>1.9.17</version>
998
		</dependency>
999
		
1000
		<dependency>
1001
			<groupId>com.dotcms.lib</groupId>
1002
			<artifactId>dot-odmg</artifactId>
1003
			<version>ukv</version>
1004
		</dependency>
1005
1006
		<dependency>
1007
			<groupId>com.dotcms.lib</groupId>
1008
			<artifactId>dot-org.apache.felix.http.bundle</artifactId>
1009
			<version>2.2.0</version>
1010
		</dependency>
1011
1012
		<dependency>
1013
			<groupId>org.apache.felix</groupId>
1014
			<artifactId>org.apache.felix.http.proxy</artifactId>
1015
			<version>2.2.0</version>
1016
		</dependency>
1017
1018
		<dependency>
1019
			<groupId>com.dotcms.lib</groupId>
1020
			<artifactId>dot-org.eclipse.mylyn.wikitext.confluence.core</artifactId>
1021
			<version>1.8.0.I20120918-1109</version>
1022
		</dependency>
1023
1024
		<dependency>
1025
			<groupId>com.dotcms.lib</groupId>
1026
			<artifactId>dot-org.eclipse.mylyn.wikitext.core</artifactId>
1027
			<version>1.8.0.I20120918-1109</version>
1028
		</dependency>
1029
1030
		<dependency>
1031
			<groupId>com.dotcms.lib</groupId>
1032
			<artifactId>dot-org.eclipse.mylyn.wikitext.mediawiki.core</artifactId>
1033
			<version>1.8.0.I20120918-1109</version>
1034
		</dependency>
1035
1036
		<dependency>
1037
			<groupId>com.dotcms.lib</groupId>
1038
			<artifactId>dot-org.eclipse.mylyn.wikitext.textile.core</artifactId>
1039
			<version>1.8.0.I20120918-1109</version>
1040
		</dependency>
1041
1042
		<dependency>
1043
			<groupId>com.dotcms.lib</groupId>
1044
			<artifactId>dot-org.eclipse.mylyn.wikitext.tracwiki.core</artifactId>
1045
			<version>1.8.0.I20120918-1109</version>
1046
		</dependency>
1047
1048
		<dependency>
1049
			<groupId>com.dotcms.lib</groupId>
1050
			<artifactId>dot-org.eclipse.mylyn.wikitext.twiki.core</artifactId>
1051
			<version>1.8.0.I20120918-1109</version>
1052
		</dependency>
1053
1054
		<dependency>
1055
			<groupId>org.springframework</groupId>
1056
			<artifactId>spring-asm</artifactId>
1057
			<version>3.1.0.RELEASE</version>
1058
		</dependency>
1059
1060
		<dependency>
1061
			<groupId>org.springframework</groupId>
1062
			<artifactId>spring-beans</artifactId>
1063
			<version>3.1.0.RELEASE</version>
1064
		</dependency>
1065
1066
		<dependency>
1067
			<groupId>org.springframework</groupId>
1068
			<artifactId>spring-context</artifactId>
1069
			<version>3.1.0.RELEASE</version>
1070
		</dependency>
1071
1072
		<dependency>
1073
			<groupId>org.springframework</groupId>
1074
			<artifactId>spring-core</artifactId>
1075
			<version>3.1.0.RELEASE</version>
1076
		</dependency>
1077
		
1078
		<dependency>
1079
			<groupId>org.springframework</groupId>
1080
			<artifactId>spring-expression</artifactId>
1081
			<version>3.1.0.RELEASE</version>
1082
		</dependency>
1083
		
1084
		<dependency>
1085
			<groupId>org.springframework</groupId>
1086
			<artifactId>spring-jdbc</artifactId>
1087
			<version>3.1.0.RELEASE</version>
1088
		</dependency>
1089
1090
		<dependency>
1091
			<groupId>org.springframework</groupId>
1092
			<artifactId>spring-beans</artifactId>
1093
			<version>3.1.0.RELEASE</version>
1094
		</dependency>
1095
1096
		<dependency>
1097
			<groupId>org.springframework</groupId>
1098
			<artifactId>spring-tx</artifactId>
1099
			<version>3.1.0.RELEASE</version>
1100
		</dependency>
1101
		
1102
		<dependency>
1103
			<groupId>org.springframework</groupId>
1104
			<artifactId>spring-web</artifactId>
1105
			<version>3.1.0.RELEASE</version>
1106
		</dependency>
1107
1108
		<dependency>
1109
			<groupId>org.springframework</groupId>
1110
			<artifactId>spring-webmvc</artifactId>
1111
			<version>3.1.0.RELEASE</version>
1112
		</dependency>
1113
1114
		<dependency>
1115
			<groupId>oro</groupId>
1116
			<artifactId>oro</artifactId>
1117
			<version>2.0.8</version>
1118
		</dependency>
1119
1120
		<dependency>
1121
			<groupId>com.dotcms.lib</groupId>
1122
			<artifactId>dot-platform</artifactId>
1123
			<version>ukv</version>
1124
		</dependency>
1125
1126
		<dependency>
1127
			<groupId>com.sun.woodstock.dependlibs</groupId>
1128
			<artifactId>portlet</artifactId>
1129
			<version>1.0</version>
1130
		</dependency>
1131
1132
		<dependency>
1133
			<groupId>com.dotcms.lib</groupId>
1134
			<artifactId>dot-quartz-all</artifactId>
1135
			<version>1.8.6</version>
1136
		</dependency>
1137
1138
		<dependency>
1139
			<groupId>com.dotcms.lib</groupId>
1140
			<artifactId>dot-quercus</artifactId>
1141
			<version>ukv</version>
1142
		</dependency>
1143
1144
		<dependency>
1145
			<groupId>com.dotcms.lib</groupId>
1146
			<artifactId>dot-resin-util</artifactId>
1147
			<version>ukv</version>
1148
		</dependency>
1149
1150
		<dependency>
1151
			<groupId>com.dotcms.lib</groupId>
1152
			<artifactId>dot-secure-filter</artifactId>
1153
			<version>ukv</version>
1154
		</dependency>
1155
1156
		<dependency>
1157
			<groupId>com.dotcms.lib</groupId>
1158
			<artifactId>dot-simplecaptcha</artifactId>
1159
			<version>1.2.1</version>
1160
		</dependency>
1161
1162
		<dependency>
1163
			<groupId>com.dotcms.lib</groupId>
1164
			<artifactId>dot-slf4j-api</artifactId>
1165
			<version>1.6.0</version>
1166
		</dependency>
1167
1168
		<dependency>
1169
			<groupId>com.dotcms.lib</groupId>
1170
			<artifactId>dot-slf4j-jcl</artifactId>
1171
			<version>1.6.0</version>
1172
		</dependency>
1173
1174
		<dependency>
1175
			<groupId>org.xerial.snappy</groupId>
1176
			<artifactId>snappy-java</artifactId>
1177
			<version>1.0.4.1</version>
1178
		</dependency>
1179
1180
		<dependency>
1181
			<groupId>sslext</groupId>
1182
			<artifactId>sslext</artifactId>
1183
			<version>1.2-0</version>
1184
		</dependency>
1185
1186
		<dependency>
1187
			<groupId>com.dotcms.lib</groupId>
1188
			<artifactId>dot-standard</artifactId>
1189
			<version>ukv</version>
1190
		</dependency>
1191
1192
		<dependency>
1193
			<groupId>struts</groupId>
1194
			<artifactId>struts</artifactId>
1195
			<version>1.2.4</version>
1196
		</dependency>
1197
1198
		<dependency>
1199
			<groupId>stxx</groupId>
1200
			<artifactId>stxx</artifactId>
1201
			<version>1.3</version>
1202
		</dependency>
1203
		
1204
		<dependency>
1205
			<groupId>com.dotcms.lib</groupId>
1206
			<artifactId>dot-tagsoup</artifactId>
1207
			<version>1.2</version>
1208
		</dependency>
1209
		
1210
		<dependency>
1211
			<groupId>org.apache.tika</groupId>
1212
			<artifactId>tika-app</artifactId>
1213
			<version>1.3</version>
1214
		</dependency>
1215
1216
		<dependency>
1217
			<groupId>trove</groupId>
1218
			<artifactId>trove</artifactId>
1219
			<version>1.0.2</version>
1220
		</dependency>
1221
1222
		<dependency>
1223
			<groupId>com.dotcms.lib</groupId>
1224
			<artifactId>dot-twitter4j-core</artifactId>
1225
			<version>3.0.3</version>
1226
		</dependency>
1227
1228
		<dependency>
1229
			<groupId>org.tuckey</groupId>
1230
			<artifactId>urlrewritefilter</artifactId>
1231
			<version>4.0.3</version>
1232
		</dependency>
1233
1234
		<dependency>
1235
			<groupId>com.dotcms.lib</groupId>
1236
			<artifactId>dot-util-taglib</artifactId>
1237
			<version>ukv</version>
1238
		</dependency>
1239
1240
		<dependency>
1241
			<groupId>com.dotcms.lib</groupId>
1242
			<artifactId>dot-wbmp</artifactId>
1243
			<version>ukv</version>
1244
		</dependency>
1245
1246
		<dependency>
1247
			<groupId>werken-xpath</groupId>
1248
			<artifactId>werken-xpath</artifactId>
1249
			<version>0.9.4</version>
1250
		</dependency>
1251
1252
		<dependency>
1253
			<groupId>xerces</groupId>
1254
			<artifactId>xercesImpl</artifactId>
1255
			<version>2.9.1</version>
1256
		</dependency>
1257
		
1258
		<dependency>
1259
			<groupId>xmlpull</groupId>
1260
			<artifactId>xmlpull</artifactId>
1261
			<version>1.1.3.1</version>
1262
		</dependency>
1263
		
1264
		<dependency>
1265
			<groupId>xpp3</groupId>
1266
			<artifactId>xpp3_min</artifactId>
1267
			<version>1.1.4c</version>
1268
		</dependency>
1269
		
1270
		<dependency>
1271
			<groupId>com.thoughtworks.xstream</groupId>
1272
			<artifactId>xstream</artifactId>
1273
			<version>1.4.4</version>
1274
		</dependency>
1275
		
1276
	</dependencies>
1277
</project>