]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Improve detached
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <packaging>pom</packaging>
7 <name>Argeo SLC</name>
8 <version>0.11.4-SNAPSHOT</version>
9 <modules>
10 <module>runtime</module>
11 <module>dep</module>
12 <module>modules</module>
13 <module>server</module>
14 <module>demo</module>
15 <module>integration-tests</module>
16 <module>archetypes</module>
17 </modules>
18 <properties>
19 <developmentCycle>0.11</developmentCycle>
20 <version.argeo-ria>0.11.4-SNAPSHOT</version.argeo-ria>
21 <version.spring>2.5.6.SEC01</version.spring>
22 <version.spring-ws>1.5.7.A</version.spring-ws>
23 <version.spring-osgi>1.2.0</version.spring-osgi>
24 <version.maven>2.0.9</version.maven>
25 <version.ant>1.7.0</version.ant>
26 <version.jetty>6.1.14</version.jetty>
27 <version.tomcat>6.0.18</version.tomcat>
28 <version.equinox>3.4.2.R34x_v20080826-1230</version.equinox>
29 <version.slf4j>1.5.6</version.slf4j>
30 <version.maven-bundle-plugin>2.0.0</version.maven-bundle-plugin>
31 <version.activemq>5.2.0.0006</version.activemq>
32 <version.maven-argeo-osgi>0.1.15-SNAPSHOT</version.maven-argeo-osgi>
33 <version.maven-argeo-qooxdoo>0.8.2-SNAPSHOT</version.maven-argeo-qooxdoo>
34 <site.repoBase>file:///var/argeo/projects/SLC/www/site</site.repoBase>
35 <site.urlBase>http://www.argeo.org/projects/slc/site</site.urlBase>
36 </properties>
37 <url>${site.urlBase}/${developmentCycle}</url>
38 <scm>
39 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
40 <developerConnection>scm:svn:https://www.argeo.org/svn/slc/trunk</developerConnection>
41 <url>https://www.argeo.org/svn/slc/trunk</url>
42 </scm>
43 <issueManagement>
44 <system>Bugzilla</system>
45 <url>https://www.argeo.org/bugzilla/</url>
46 </issueManagement>
47 <licenses>
48 <license>
49 <name>Apache 2</name>
50 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
51 <distribution>repo</distribution>
52 <comments><![CDATA[
53 SLC - Software LifeCycle framework
54
55 Copyright 2008 Mathieu Baudier - Argeo e.U.
56
57 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
58 you may not use this file except in compliance with the License.
59 You may obtain a copy of the License at
60
61 http://www.apache.org/licenses/LICENSE-2.0
62
63 Unless required by applicable law or agreed to in writing, software
64 distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
65 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
66 See the License for the specific language governing permissions and
67 limitations under the License.
68 ]]>
69 </comments>
70 </license>
71 </licenses>
72 <organization>
73 <name>Argeo</name>
74 <url>http://www.argeo.org</url>
75 </organization>
76 <developers>
77 <developer>
78 <id>mbaudier</id>
79 <name>Mathieu Baudier</name>
80 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
81 <organization>Argeo</organization>
82 <organizationUrl>http://www.argeo.org</organizationUrl>
83 <roles>
84 <role>architect</role>
85 <role>developer</role>
86 <role>QA</role>
87 </roles>
88 </developer>
89 <developer>
90 <id>cdujeu</id>
91 <name>Charles du Jeu</name>
92 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=KGbI2aXhd2VnJuMU9cL3qeGeNSKwIeUjeqa3XCqRQhY=]]></email>
93 <organization>Argeo</organization>
94 <organizationUrl>http://www.argeo.org</organizationUrl>
95 <roles>
96 <role>developer</role>
97 </roles>
98 </developer>
99 <developer>
100 <id>ocapillo</id>
101 <name>Olivier Capillon</name>
102 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=BYw8i94WiejnvegUKJoCZQQr0h-mYlKCNKZVe_3WPIA=]]></email>
103 <organization>Argeo</organization>
104 <organizationUrl>http://www.argeo.org</organizationUrl>
105 <roles>
106 <role>developer</role>
107 </roles>
108 </developer>
109 </developers>
110 <contributors>
111 <contributor>
112 <name>Philippe Rioland</name>
113 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=w76gYPekGIELW7dvvImvvNzdDSJ3sgCmCXJHFngDGlA=]]></email>
114 <organization>CapCo</organization>
115 <organizationUrl>http://www.capco.com</organizationUrl>
116 <roles>
117 <role>tester</role>
118 <role>sponsor</role>
119 </roles>
120 </contributor>
121 </contributors>
122 <build>
123 <pluginManagement>
124 <plugins>
125 <plugin>
126 <groupId>org.apache.maven.plugins</groupId>
127 <artifactId>maven-compiler-plugin</artifactId>
128 <configuration>
129 <source>1.5</source>
130 <target>1.5</target>
131 </configuration>
132 </plugin>
133 <plugin>
134 <groupId>org.apache.maven.plugins</groupId>
135 <artifactId>maven-source-plugin</artifactId>
136 <executions>
137 <execution>
138 <id>attach-sources</id>
139 <phase>package</phase>
140 <goals>
141 <goal>jar</goal>
142 </goals>
143 </execution>
144 </executions>
145 </plugin>
146 <plugin>
147 <groupId>org.argeo.maven.plugins</groupId>
148 <artifactId>maven-argeo-osgi-plugin</artifactId>
149 <version>${version.maven-argeo-osgi}</version>
150 </plugin>
151 </plugins>
152 </pluginManagement>
153 <plugins>
154 <plugin>
155 <groupId>org.codehaus.mojo</groupId>
156 <artifactId>buildnumber-maven-plugin</artifactId>
157 <version>1.0-beta-3</version>
158 <executions>
159 <execution>
160 <phase>validate</phase>
161 <goals>
162 <goal>create</goal>
163 </goals>
164 </execution>
165 </executions>
166 <configuration>
167 <doCheck>false</doCheck>
168 <doUpdate>false</doUpdate>
169 <useLastCommittedRevision>true</useLastCommittedRevision>
170 </configuration>
171 </plugin>
172 <plugin>
173 <groupId>org.apache.maven.plugins</groupId>
174 <artifactId>maven-resources-plugin</artifactId>
175 <configuration>
176 <encoding>UTF-8</encoding>
177 </configuration>
178 </plugin>
179 <plugin>
180 <groupId>org.apache.maven.plugins</groupId>
181 <artifactId>maven-site-plugin</artifactId>
182 <version>2.0-beta-5</version>
183 <!--
184 The site plugin is buggy with multi modules.
185 http://jira.codehaus.org/browse/MSITE-276
186 -->
187 </plugin>
188 <plugin>
189 <groupId>org.apache.maven.plugins</groupId>
190 <artifactId>maven-release-plugin</artifactId>
191 <configuration>
192 <autoVersionSubmodules>true</autoVersionSubmodules>
193 <releaseProfiles>release</releaseProfiles>
194 <goals>deploy,site-deploy</goals>
195 </configuration>
196 </plugin>
197 </plugins>
198
199 </build>
200 <dependencyManagement>
201 <dependencies>
202 <!-- SLC (itself) -->
203 <dependency>
204 <groupId>org.argeo.slc.runtime</groupId>
205 <artifactId>org.argeo.slc.specs</artifactId>
206 <version>${project.version}</version>
207 </dependency>
208 <dependency>
209 <groupId>org.argeo.slc.runtime</groupId>
210 <artifactId>org.argeo.slc.core</artifactId>
211 <version>${project.version}</version>
212 </dependency>
213 <dependency>
214 <groupId>org.argeo.slc.runtime</groupId>
215 <artifactId>org.argeo.slc.unit</artifactId>
216 <version>${project.version}</version>
217 </dependency>
218 <dependency>
219 <groupId>org.argeo.slc.runtime</groupId>
220 <artifactId>org.argeo.slc.launcher</artifactId>
221 <version>${project.version}</version>
222 </dependency>
223 <dependency>
224 <groupId>org.argeo.slc.runtime</groupId>
225 <artifactId>org.argeo.slc.detached</artifactId>
226 <version>${project.version}</version>
227 </dependency>
228 <dependency>
229 <groupId>org.argeo.slc.runtime</groupId>
230 <artifactId>org.argeo.slc.lib.detached</artifactId>
231 <version>${project.version}</version>
232 </dependency>
233 <dependency>
234 <groupId>org.argeo.slc.runtime</groupId>
235 <artifactId>org.argeo.slc.support.simple</artifactId>
236 <version>${project.version}</version>
237 </dependency>
238 <dependency>
239 <groupId>org.argeo.slc.runtime</groupId>
240 <artifactId>org.argeo.slc.support.ant</artifactId>
241 <version>${project.version}</version>
242 </dependency>
243 <dependency>
244 <groupId>org.argeo.slc.runtime</groupId>
245 <artifactId>org.argeo.slc.support.hibernate</artifactId>
246 <version>${project.version}</version>
247 </dependency>
248 <dependency>
249 <groupId>org.argeo.slc.runtime</groupId>
250 <artifactId>org.argeo.slc.support.castor</artifactId>
251 <version>${project.version}</version>
252 </dependency>
253 <dependency>
254 <groupId>org.argeo.slc.runtime</groupId>
255 <artifactId>org.argeo.slc.support.activemq</artifactId>
256 <version>${project.version}</version>
257 </dependency>
258 <dependency>
259 <groupId>org.argeo.slc.runtime</groupId>
260 <artifactId>org.argeo.slc.server</artifactId>
261 <version>${project.version}</version>
262 </dependency>
263 <dependency>
264 <groupId>org.argeo.slc.runtime</groupId>
265 <artifactId>org.argeo.slc.osgiboot</artifactId>
266 <version>${project.version}</version>
267 </dependency>
268 <dependency>
269 <groupId>org.argeo.slc.runtime</groupId>
270 <artifactId>org.argeo.slc.support.osgi</artifactId>
271 <version>${project.version}</version>
272 </dependency>
273 <dependency>
274 <groupId>org.argeo.slc.runtime</groupId>
275 <artifactId>org.argeo.slc.support.equinox</artifactId>
276 <version>${project.version}</version>
277 </dependency>
278 <!--
279 <dependency> <groupId>org.argeo.slc.runtime</groupId>
280 <artifactId>org.argeo.slc.support.ws.client</artifactId>
281 <version>${project.version}</version> </dependency> <dependency>
282 <groupId>org.argeo.slc</groupId>
283 <artifactId>org.argeo.slc.webapp</artifactId>
284 <version>${project.version}</version> <type>war</type> </dependency>
285 -->
286 <dependency>
287 <groupId>org.argeo.slc.server</groupId>
288 <artifactId>org.argeo.slc.ria</artifactId>
289 <version>${project.version}</version>
290 </dependency>
291
292 <dependency>
293 <groupId>org.argeo.ria</groupId>
294 <artifactId>org.argeo.ria.core</artifactId>
295 <version>${version.argeo-ria}</version>
296 </dependency>
297 <!--
298 <dependency> <groupId>org.argeo.slc.server</groupId>
299 <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
300 <type>pom</type> </dependency>
301 -->
302 <dependency>
303 <groupId>org.argeo.slc.server</groupId>
304 <artifactId>deploy</artifactId>
305 <version>${project.version}</version>
306 <type>pom</type>
307 </dependency>
308
309 <!-- SLC dubious -->
310 <dependency>
311 <groupId>org.argeo.slc.runtime</groupId>
312 <artifactId>org.argeo.slc.detached.launcher</artifactId>
313 <version>${project.version}</version>
314 <type>tar.gz</type>
315 <classifier>dist</classifier>
316 </dependency>
317
318
319 <!-- Javax -->
320 <dependency>
321 <groupId>javax.transaction</groupId>
322 <artifactId>
323 com.springsource.javax.transaction
324 </artifactId>
325 <version>1.1.0</version>
326 </dependency>
327 <dependency>
328 <groupId>javax.xml.stream</groupId>
329 <artifactId>
330 com.springsource.javax.xml.stream
331 </artifactId>
332 <version>1.0.1</version>
333 </dependency>
334 <dependency>
335 <groupId>javax.xml.soap</groupId>
336 <artifactId>com.springsource.javax.xml.soap</artifactId>
337 <version>1.3.0</version>
338 </dependency>
339 <dependency>
340 <groupId>com.sun.xml</groupId>
341 <artifactId>
342 com.springsource.com.sun.xml.messaging.saaj
343 </artifactId>
344 <version>1.3.0</version>
345 </dependency>
346 <dependency>
347 <groupId>javax.activation</groupId>
348 <artifactId>
349 com.springsource.javax.activation
350 </artifactId>
351 <version>1.1.1</version>
352 </dependency>
353 <dependency>
354 <groupId>javax.annotation</groupId>
355 <artifactId>com.springsource.javax.annotation</artifactId>
356 <version>1.0.0</version>
357 </dependency>
358 <dependency>
359 <groupId>javax.persistence</groupId>
360 <artifactId>com.springsource.javax.persistence</artifactId>
361 <version>1.0.0</version>
362 </dependency>
363 <dependency>
364 <groupId>javax.xml.ws</groupId>
365 <artifactId>com.springsource.javax.xml.ws</artifactId>
366 <version>2.1.1</version>
367 </dependency>
368 <dependency>
369 <groupId>javax.xml.bind</groupId>
370 <artifactId>com.springsource.javax.xml.bind</artifactId>
371 <version>2.1.7</version>
372 </dependency>
373
374 <!-- Unit tests -->
375 <dependency>
376 <groupId>org.junit</groupId>
377 <artifactId>com.springsource.junit</artifactId>
378 <version>3.8.2</version>
379 </dependency>
380 <dependency>
381 <groupId>org.dbunit</groupId>
382 <artifactId>com.springsource.org.dbunit</artifactId>
383 <version>2.2.0</version>
384 </dependency>
385
386 <!-- Logging -->
387 <dependency>
388 <groupId>org.apache.log4j</groupId>
389 <artifactId>
390 com.springsource.org.apache.log4j
391 </artifactId>
392 <version>1.2.15</version>
393 </dependency>
394 <!--
395 <dependency> <groupId>org.apache.commons</groupId> <artifactId>
396 com.springsource.org.apache.commons.logging </artifactId>
397 <version>1.1.1</version> </dependency>
398 -->
399 <dependency>
400 <groupId>org.slf4j</groupId>
401 <artifactId>com.springsource.slf4j.api</artifactId>
402 <version>${version.slf4j}</version>
403 </dependency>
404 <dependency>
405 <groupId>org.slf4j</groupId>
406 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
407 <version>${version.slf4j}</version>
408 </dependency>
409 <dependency>
410 <groupId>org.slf4j</groupId>
411 <artifactId>com.springsource.slf4j.log4j</artifactId>
412 <version>${version.slf4j}</version>
413 </dependency>
414
415 <!-- Spring -->
416 <dependency>
417 <groupId>org.springframework</groupId>
418 <artifactId>org.springframework.core</artifactId>
419 <version>${version.spring}</version>
420 <exclusions>
421 <exclusion>
422 <groupId>org.apache.commons</groupId>
423 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
424 </exclusion>
425 </exclusions>
426 </dependency>
427 <dependency>
428 <groupId>org.springframework</groupId>
429 <artifactId>org.springframework.beans</artifactId>
430 <version>${version.spring}</version>
431 <exclusions>
432 <exclusion>
433 <groupId>org.apache.commons</groupId>
434 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
435 </exclusion>
436 </exclusions>
437 </dependency>
438 <dependency>
439 <groupId>org.springframework</groupId>
440 <artifactId>org.springframework.context</artifactId>
441 <version>${version.spring}</version>
442 <exclusions>
443 <exclusion>
444 <groupId>org.apache.commons</groupId>
445 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
446 </exclusion>
447 </exclusions>
448 </dependency>
449 <dependency>
450 <groupId>org.springframework</groupId>
451 <artifactId>
452 org.springframework.context.support
453 </artifactId>
454 <version>${version.spring}</version>
455 <exclusions>
456 <exclusion>
457 <groupId>org.apache.commons</groupId>
458 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
459 </exclusion>
460 </exclusions>
461 </dependency>
462 <dependency>
463 <groupId>org.springframework</groupId>
464 <artifactId>org.springframework.orm</artifactId>
465 <version>${version.spring}</version>
466 <exclusions>
467 <exclusion>
468 <groupId>org.apache.commons</groupId>
469 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
470 </exclusion>
471 </exclusions>
472 </dependency>
473 <dependency>
474 <groupId>org.springframework</groupId>
475 <artifactId>org.springframework.jdbc</artifactId>
476 <version>${version.spring}</version>
477 <exclusions>
478 <exclusion>
479 <groupId>org.apache.commons</groupId>
480 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
481 </exclusion>
482 </exclusions>
483 </dependency>
484 <dependency>
485 <groupId>org.springframework</groupId>
486 <artifactId>org.springframework.transaction</artifactId>
487 <version>${version.spring}</version>
488 <exclusions>
489 <exclusion>
490 <groupId>org.apache.commons</groupId>
491 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
492 </exclusion>
493 </exclusions>
494 </dependency>
495 <dependency>
496 <groupId>org.springframework</groupId>
497 <artifactId>org.springframework.web</artifactId>
498 <version>${version.spring}</version>
499 <exclusions>
500 <exclusion>
501 <groupId>org.apache.commons</groupId>
502 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
503 </exclusion>
504 </exclusions>
505 </dependency>
506 <dependency>
507 <groupId>org.springframework</groupId>
508 <artifactId>org.springframework.web.servlet</artifactId>
509 <version>${version.spring}</version>
510 <exclusions>
511 <exclusion>
512 <groupId>org.apache.commons</groupId>
513 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
514 </exclusion>
515 </exclusions>
516 </dependency>
517 <dependency>
518 <groupId>org.springframework</groupId>
519 <artifactId>org.springframework.aop</artifactId>
520 <version>${version.spring}</version>
521 <exclusions>
522 <exclusion>
523 <groupId>org.apache.commons</groupId>
524 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
525 </exclusion>
526 </exclusions>
527 </dependency>
528 <dependency>
529 <groupId>org.springframework</groupId>
530 <artifactId>org.springframework.jms</artifactId>
531 <version>${version.spring}</version>
532 <exclusions>
533 <exclusion>
534 <groupId>org.apache.commons</groupId>
535 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
536 </exclusion>
537 </exclusions>
538 </dependency>
539 <dependency>
540 <groupId>org.springframework.ws</groupId>
541 <artifactId>org.springframework.oxm</artifactId>
542 <version>${version.spring-ws}</version>
543 <exclusions>
544 <exclusion>
545 <groupId>org.apache.commons</groupId>
546 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
547 </exclusion>
548 </exclusions>
549 </dependency>
550
551 <!-- Spring DM (OSGi) -->
552 <dependency>
553 <groupId>org.springframework.osgi</groupId>
554 <artifactId>org.springframework.osgi.extender</artifactId>
555 <version>${version.spring-osgi}</version>
556 <exclusions>
557 <exclusion>
558 <groupId>org.apache.commons</groupId>
559 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
560 </exclusion>
561 </exclusions>
562 </dependency>
563 <dependency>
564 <groupId>org.springframework.osgi</groupId>
565 <artifactId>org.springframework.osgi.core</artifactId>
566 <version>${version.spring-osgi}</version>
567 <exclusions>
568 <exclusion>
569 <groupId>org.apache.commons</groupId>
570 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
571 </exclusion>
572 </exclusions>
573 </dependency>
574 <dependency>
575 <groupId>org.springframework.osgi</groupId>
576 <artifactId>org.springframework.osgi.web.extender</artifactId>
577 <version>${version.spring-osgi}</version>
578 <exclusions>
579 <exclusion>
580 <groupId>org.apache.commons</groupId>
581 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
582 </exclusion>
583 </exclusions>
584 </dependency>
585 <dependency>
586 <groupId>org.springframework.osgi</groupId>
587 <artifactId>org.springframework.osgi.web</artifactId>
588 <version>${version.spring-osgi}</version>
589 <exclusions>
590 <exclusion>
591 <groupId>org.apache.commons</groupId>
592 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
593 </exclusion>
594 </exclusions>
595 </dependency>
596 <dependency>
597 <groupId>org.springframework.osgi</groupId>
598 <artifactId>org.springframework.osgi.test</artifactId>
599 <version>${version.spring-osgi}</version>
600 <exclusions>
601 <exclusion>
602 <groupId>org.apache.commons</groupId>
603 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
604 </exclusion>
605 </exclusions>
606 </dependency>
607 <dependency>
608 <groupId>org.argeo.dep.osgi</groupId>
609 <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
610 <version>1.0.0.argeo4</version>
611 <exclusions>
612 <exclusion>
613 <groupId>org.apache.commons</groupId>
614 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
615 </exclusion>
616 </exclusions>
617 </dependency>
618
619 <!-- Security -->
620 <dependency>
621 <groupId>org.springframework.security</groupId>
622 <artifactId>org.springframework.security</artifactId>
623 <version>2.0.4.A</version>
624 <exclusions>
625 <exclusion>
626 <groupId>org.springframework</groupId>
627 <artifactId>org.springframework.web</artifactId>
628 </exclusion>
629 <exclusion>
630 <groupId>org.apache.commons</groupId>
631 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
632 </exclusion>
633 </exclusions>
634 </dependency>
635 <dependency>
636 <groupId>org.antlr</groupId>
637 <artifactId>com.springsource.org.antlr</artifactId>
638 <version>3.0.1</version>
639 </dependency>
640
641 <!-- AOP -->
642 <dependency>
643 <groupId>org.aspectj</groupId>
644 <artifactId>com.springsource.org.aspectj.runtime</artifactId>
645 <version>1.6.3.RELEASE</version>
646 </dependency>
647 <dependency>
648 <groupId>org.aspectj</groupId>
649 <artifactId>com.springsource.org.aspectj.weaver</artifactId>
650 <version>1.6.3.RELEASE</version>
651 </dependency>
652 <dependency>
653 <groupId>org.aopalliance</groupId>
654 <artifactId>com.springsource.org.aopalliance</artifactId>
655 <version>1.0.0</version>
656 </dependency>
657 <dependency>
658 <groupId>net.sourceforge.cglib</groupId>
659 <artifactId>com.springsource.net.sf.cglib</artifactId>
660 <version>2.1.3</version>
661 </dependency>
662 <dependency>
663 <groupId>org.objectweb.asm</groupId>
664 <artifactId>com.springsource.org.objectweb.asm</artifactId>
665 <version>1.5.3</version>
666 </dependency>
667 <dependency>
668 <groupId>org.objectweb.asm</groupId>
669 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
670 <version>1.5.3</version>
671 </dependency>
672
673 <!-- Ant -->
674 <dependency>
675 <groupId>org.apache.ant</groupId>
676 <artifactId>com.springsource.org.apache.tools.ant</artifactId>
677 <version>1.7.1</version>
678 </dependency>
679
680 <!-- Required by specific Ant tasks -->
681 <dependency>
682 <groupId>org.apache.commons</groupId>
683 <artifactId>com.springsource.org.apache.commons.net</artifactId>
684 <version>1.4.1</version>
685 </dependency>
686 <dependency>
687 <groupId>org.apache.oro</groupId>
688 <artifactId>com.springsource.org.apache.oro</artifactId>
689 <version>2.0.8</version>
690 </dependency>
691 <dependency>
692 <groupId>org.apache.bsf</groupId>
693 <artifactId>com.springsource.org.apache.bsf</artifactId>
694 <version>2.4.0</version>
695 <exclusions>
696 <exclusion>
697 <groupId>org.apache.commons</groupId>
698 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
699 </exclusion>
700 </exclusions>
701 </dependency>
702 <dependency>
703 <groupId>org.beanshell</groupId>
704 <artifactId>com.springsource.bsh</artifactId>
705 <version>2.0.0.b4</version>
706 </dependency>
707
708 <!-- Apache Commons -->
709 <dependency>
710 <groupId>org.apache.commons</groupId>
711 <artifactId>
712 com.springsource.org.apache.commons.io
713 </artifactId>
714 <version>1.4.0</version>
715 </dependency>
716 <dependency>
717 <groupId>org.apache.commons</groupId>
718 <artifactId>com.springsource.org.apache.commons.collections</artifactId>
719 <version>3.2.0</version>
720 </dependency>
721 <dependency>
722 <groupId>org.argeo.dep.osgi</groupId>
723 <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
724 <version>1.1.0.argeo1</version>
725 </dependency>
726 <dependency>
727 <groupId>org.argeo.dep.osgi</groupId>
728 <artifactId>org.argeo.dep.osgi.commons.exec</artifactId>
729 <version>1.0.0.argeo1</version>
730 </dependency>
731 <dependency>
732 <groupId>org.apache.commons</groupId>
733 <artifactId>com.springsource.org.apache.commons.pool</artifactId>
734 <version>1.4.0</version>
735 </dependency>
736 <dependency>
737 <groupId>org.apache.commons</groupId>
738 <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
739 <version>1.2.2.osgi</version>
740 </dependency>
741
742 <!-- DB Drivers -->
743 <dependency>
744 <groupId>org.hsqldb</groupId>
745 <artifactId>com.springsource.org.hsqldb</artifactId>
746 <version>1.8.0.9</version>
747 </dependency>
748 <dependency>
749 <groupId>net.sourceforge.jtds</groupId>
750 <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
751 <version>1.2.2</version>
752 </dependency>
753 <dependency>
754 <groupId>com.mysql.jdbc</groupId>
755 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
756 <version>5.1.6</version>
757 <exclusions>
758 <exclusion>
759 <groupId>org.apache.commons</groupId>
760 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
761 </exclusion>
762 </exclusions>
763 </dependency>
764
765 <!-- XML -->
766 <dependency>
767 <groupId>org.codehaus.castor</groupId>
768 <artifactId>com.springsource.org.castor</artifactId>
769 <version>1.2.0</version>
770 <exclusions>
771 <exclusion>
772 <groupId>org.apache.commons</groupId>
773 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
774 </exclusion>
775 </exclusions>
776 </dependency>
777 <dependency>
778 <groupId>org.apache.xerces</groupId>
779 <artifactId>
780 com.springsource.org.apache.xerces
781 </artifactId>
782 <version>2.8.1</version>
783 </dependency>
784 <dependency>
785 <groupId>org.apache.xalan</groupId>
786 <artifactId>
787 com.springsource.org.apache.xalan
788 </artifactId>
789 <version>2.7.0</version>
790 </dependency>
791 <dependency>
792 <groupId>org.apache.xmlcommons</groupId>
793 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
794 <version>1.3.3</version>
795 </dependency>
796
797 <!-- Web -->
798 <dependency>
799 <groupId>javax.servlet</groupId>
800 <artifactId>com.springsource.javax.servlet</artifactId>
801 <version>2.5.0</version>
802 </dependency>
803 <dependency>
804 <groupId>javax.servlet</groupId>
805 <artifactId>com.springsource.javax.servlet.jsp</artifactId>
806 <version>2.1.0</version>
807 </dependency>
808 <dependency>
809 <groupId>javax.el</groupId>
810 <artifactId>com.springsource.javax.el</artifactId>
811 <version>1.0.0</version>
812 </dependency>
813 <dependency>
814 <groupId>javax.servlet</groupId>
815 <artifactId>
816 com.springsource.javax.servlet.jsp.jstl
817 </artifactId>
818 <version>1.1.2</version>
819 </dependency>
820 <dependency>
821 <groupId>org.apache.taglibs</groupId>
822 <artifactId>
823 com.springsource.org.apache.taglibs.standard
824 </artifactId>
825 <version>1.1.2</version>
826 </dependency>
827 <dependency>
828 <groupId>javax.activation</groupId>
829 <artifactId>com.springsource.javax.activation</artifactId>
830 <version>1.1.1</version>
831 </dependency>
832 <dependency>
833 <groupId>com.lowagie.text</groupId>
834 <artifactId>
835 com.springsource.com.lowagie.text
836 </artifactId>
837 <version>2.0.8</version>
838 </dependency>
839
840 <!-- Tomcat -->
841 <dependency>
842 <groupId>org.apache.catalina</groupId>
843 <artifactId>com.springsource.org.apache.catalina</artifactId>
844 <version>${version.tomcat}</version>
845 </dependency>
846 <dependency>
847 <groupId>org.apache.jasper</groupId>
848 <artifactId>com.springsource.org.apache.jasper</artifactId>
849 <version>${version.tomcat}</version>
850 </dependency>
851 <dependency>
852 <groupId>org.apache.el</groupId>
853 <artifactId>com.springsource.org.apache.el</artifactId>
854 <version>${version.tomcat}</version>
855 </dependency>
856
857 <!-- Maven -->
858 <dependency>
859 <groupId>org.apache.maven</groupId>
860 <artifactId>maven-core</artifactId>
861 <version>${version.maven}</version>
862 </dependency>
863 <dependency>
864 <groupId>org.apache.maven</groupId>
865 <artifactId>maven-embedder</artifactId>
866 <!-- no higher version available -->
867 <version>2.0.4</version>
868 </dependency>
869 <dependency>
870 <groupId>org.apache.maven</groupId>
871 <artifactId>maven-settings</artifactId>
872 <version>${version.maven}</version>
873 </dependency>
874
875 <dependency>
876 <groupId>org.apache.archiva</groupId>
877 <artifactId>archiva-webapp</artifactId>
878 <version>1.1.3</version>
879 <type>war</type>
880 </dependency>
881
882 <!-- OSGi -->
883 <dependency>
884 <groupId>org.eclipse.osgi</groupId>
885 <artifactId>org.eclipse.osgi</artifactId>
886 <version>${version.equinox}</version>
887 </dependency>
888
889 <!-- Auto UI -->
890 <dependency>
891 <groupId>org.argeo.dep.jemmy</groupId>
892 <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
893 <version>0.2.2</version>
894 </dependency>
895
896 <!-- Spring bundle repo -->
897 <dependency>
898 <groupId>javax.transaction</groupId>
899 <artifactId>
900 com.springsource.javax.transaction
901 </artifactId>
902 <version>1.1.0</version>
903 </dependency>
904 <dependency>
905 <groupId>org.hibernate</groupId>
906 <artifactId>com.springsource.org.hibernate</artifactId>
907 <version>3.2.6.ga</version>
908 <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
909 <exclusions>
910 <exclusion>
911 <groupId>org.apache.commons</groupId>
912 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
913 </exclusion>
914 </exclusions>
915 </dependency>
916 <dependency>
917 <groupId>net.sourceforge.jexcelapi</groupId>
918 <artifactId>com.springsource.jxl</artifactId>
919 <version>2.6.6</version>
920 </dependency>
921 <dependency>
922 <groupId>net.sourceforge.ehcache</groupId>
923 <artifactId>com.springsource.net.sf.ehcache</artifactId>
924 <version>1.4.1</version>
925 <exclusions>
926 <exclusion>
927 <groupId>org.apache.commons</groupId>
928 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
929 </exclusion>
930 </exclusions>
931 </dependency>
932 <dependency>
933 <groupId>edu.emory.mathcs.backport</groupId>
934 <artifactId>
935 com.springsource.edu.emory.mathcs.backport
936 </artifactId>
937 <version>3.1.0</version>
938 </dependency>
939 <dependency>
940 <groupId>javax.wsdl</groupId>
941 <artifactId>com.springsource.javax.wsdl</artifactId>
942 <version>1.6.1</version>
943 </dependency>
944
945 <!-- JMS -->
946 <dependency>
947 <groupId>javax.jms</groupId>
948 <artifactId>com.springsource.javax.jms</artifactId>
949 <version>1.1.0</version>
950 </dependency>
951 <dependency>
952 <groupId>org.apache.geronimo.specs</groupId>
953 <artifactId>com.springsource.javax.management.j2ee</artifactId>
954 <version>1.0.1</version>
955 </dependency>
956
957 <!-- ActiveMQ -->
958 <dependency>
959 <groupId>org.argeo.dep.osgi</groupId>
960 <artifactId>org.argeo.dep.osgi.activemq</artifactId>
961 <version>${version.activemq}</version>
962 </dependency>
963 <dependency>
964 <groupId>org.apache.activemq</groupId>
965 <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
966 <version>5.2.0</version>
967 <exclusions>
968 <exclusion>
969 <groupId>org.apache.activemq</groupId>
970 <artifactId>com.springsource.org.apache.activemq</artifactId>
971 </exclusion>
972 <exclusion>
973 <groupId>org.apache.commons</groupId>
974 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
975 </exclusion>
976 </exclusions>
977 </dependency>
978 <!--
979 <dependency> <groupId>org.argeo.dep.osgi</groupId>
980 <artifactId>org.argeo.dep.osgi.activemq.web</artifactId>
981 <version>${version.activemq-web}</version> </dependency>
982 -->
983 <dependency>
984 <groupId>javax.xml.soap</groupId>
985 <artifactId>com.springsource.javax.xml.soap</artifactId>
986 <version>1.3.0</version>
987 </dependency>
988 <dependency>
989 <groupId>javax.xml.rpc</groupId>
990 <artifactId>com.springsource.javax.xml.rpc</artifactId>
991 <version>1.1.0</version>
992 </dependency>
993 <dependency>
994 <groupId>javax.ejb</groupId>
995 <artifactId>com.springsource.javax.ejb</artifactId>
996 <version>3.0.0</version>
997 </dependency>
998
999 <dependency>
1000 <groupId>org.apache.camel</groupId>
1001 <artifactId>com.springsource.org.apache.camel</artifactId>
1002 <version>1.3.0</version>
1003 </dependency>
1004
1005 <!-- SSH -->
1006 <dependency>
1007 <groupId>com.jcraft.jsch</groupId>
1008 <artifactId>com.springsource.com.jcraft.jsch</artifactId>
1009 <version>0.1.25</version>
1010 </dependency>
1011
1012 <!-- Scheduling -->
1013 <dependency>
1014 <groupId>com.opensymphony.quartz</groupId>
1015 <artifactId>com.springsource.org.quartz</artifactId>
1016 <version>1.6.2</version>
1017 <exclusions>
1018 <exclusion>
1019 <groupId>org.apache.commons</groupId>
1020 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
1021 </exclusion>
1022 </exclusions>
1023 </dependency>
1024
1025 <!-- Merged (temp title) -->
1026 <dependency>
1027 <groupId>org.argeo.dep.jemmy</groupId>
1028 <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
1029 <version>0.2.2</version>
1030 </dependency>
1031 <dependency>
1032 <groupId>org.argeo.dep.jacob</groupId>
1033 <artifactId>org.argeo.dep.jacob</artifactId>
1034 <version>1.14.3.argeo4</version>
1035 </dependency>
1036 <dependency>
1037 <groupId>org.argeo.dep.jacob</groupId>
1038 <artifactId>org.argeo.dep.jacob.win32.x86</artifactId>
1039 <version>1.14.3.argeo4</version>
1040 </dependency>
1041
1042 <dependency>
1043 <groupId>org.springframework</groupId>
1044 <artifactId>org.springframework.jdbc</artifactId>
1045 <version>${version.spring}</version>
1046 <exclusions>
1047 <exclusion>
1048 <groupId>org.apache.commons</groupId>
1049 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
1050 </exclusion>
1051 </exclusions>
1052 </dependency>
1053 <dependency>
1054 <groupId>org.custommonkey.xmlunit</groupId>
1055 <artifactId>com.springsource.org.custommonkey.xmlunit</artifactId>
1056 <version>1.2.0</version>
1057 </dependency>
1058
1059 <dependency>
1060 <groupId>org.beanshell</groupId>
1061 <artifactId>com.springsource.bsh</artifactId>
1062 <version>2.0.0.b4</version>
1063 </dependency>
1064
1065 <dependency>
1066 <groupId>org.apache.commons</groupId>
1067 <artifactId>com.springsource.org.apache.commons.beanutils</artifactId>
1068 <version>1.7.0</version>
1069 <exclusions>
1070 <exclusion>
1071 <groupId>org.apache.commons</groupId>
1072 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
1073 </exclusion>
1074 </exclusions>
1075 </dependency>
1076 </dependencies>
1077 </dependencyManagement>
1078 <repositories>
1079 <repository>
1080 <id>central</id>
1081 <url>http://repo1.maven.org/maven2</url>
1082 <releases>
1083 <enabled>true</enabled>
1084 <updatePolicy>daily</updatePolicy>
1085 <checksumPolicy>warn</checksumPolicy>
1086 </releases>
1087 <snapshots>
1088 <enabled>false</enabled>
1089 <updatePolicy>never</updatePolicy>
1090 <checksumPolicy>fail</checksumPolicy>
1091 </snapshots>
1092 </repository>
1093 <repository>
1094 <id>com.springsource.repository.bundles.release</id>
1095 <name>
1096 SpringSource Enterprise Bundle Repository - SpringSource
1097 Bundle
1098 Releases
1099 </name>
1100 <url>
1101 http://repository.springsource.com/maven/bundles/release
1102 </url>
1103 <releases>
1104 <enabled>true</enabled>
1105 <updatePolicy>daily</updatePolicy>
1106 <checksumPolicy>fail</checksumPolicy>
1107 </releases>
1108 <snapshots>
1109 <enabled>false</enabled>
1110 <updatePolicy>never</updatePolicy>
1111 <checksumPolicy>fail</checksumPolicy>
1112 </snapshots>
1113 </repository>
1114 <repository>
1115 <id>com.springsource.repository.bundles.external</id>
1116 <name>
1117 SpringSource Enterprise Bundle Repository - External
1118 Bundle
1119 Releases
1120 </name>
1121 <url>
1122 http://repository.springsource.com/maven/bundles/external
1123 </url>
1124 <releases>
1125 <enabled>true</enabled>
1126 <updatePolicy>daily</updatePolicy>
1127 <checksumPolicy>fail</checksumPolicy>
1128 </releases>
1129 <snapshots>
1130 <enabled>false</enabled>
1131 <updatePolicy>never</updatePolicy>
1132 <checksumPolicy>fail</checksumPolicy>
1133 </snapshots>
1134 </repository>
1135 <repository>
1136 <id>argeo</id>
1137 <url>http://www.argeo.org/maven/argeo</url>
1138 <releases>
1139 <enabled>true</enabled>
1140 <updatePolicy>daily</updatePolicy>
1141 <checksumPolicy>fail</checksumPolicy>
1142 </releases>
1143 <snapshots>
1144 <enabled>false</enabled>
1145 <updatePolicy>never</updatePolicy>
1146 <checksumPolicy>fail</checksumPolicy>
1147 </snapshots>
1148 </repository>
1149 <repository>
1150 <id>argeo-snapshots</id>
1151 <url>http://www.argeo.org/maven/argeo-snapshots</url>
1152 <releases>
1153 <enabled>false</enabled>
1154 <updatePolicy>never</updatePolicy>
1155 <checksumPolicy>fail</checksumPolicy>
1156 </releases>
1157 <snapshots>
1158 <enabled>true</enabled>
1159 <updatePolicy>always</updatePolicy>
1160 <checksumPolicy>fail</checksumPolicy>
1161 </snapshots>
1162 </repository>
1163 </repositories>
1164 <pluginRepositories>
1165 <pluginRepository>
1166 <id>argeo</id>
1167 <url>http://www.argeo.org/maven/argeo</url>
1168 <releases>
1169 <enabled>true</enabled>
1170 <updatePolicy>daily</updatePolicy>
1171 <checksumPolicy>fail</checksumPolicy>
1172 </releases>
1173 <snapshots>
1174 <enabled>false</enabled>
1175 <updatePolicy>never</updatePolicy>
1176 <checksumPolicy>fail</checksumPolicy>
1177 </snapshots>
1178 </pluginRepository>
1179 <pluginRepository>
1180 <id>argeo-snapshots</id>
1181 <url>http://www.argeo.org/maven/argeo-snapshots</url>
1182 <releases>
1183 <enabled>false</enabled>
1184 <updatePolicy>never</updatePolicy>
1185 <checksumPolicy>fail</checksumPolicy>
1186 </releases>
1187 <snapshots>
1188 <enabled>true</enabled>
1189 <updatePolicy>always</updatePolicy>
1190 <checksumPolicy>fail</checksumPolicy>
1191 </snapshots>
1192 </pluginRepository>
1193 </pluginRepositories>
1194 <distributionManagement>
1195 <repository>
1196 <uniqueVersion>false</uniqueVersion>
1197 <id>argeo-restricted</id>
1198 <name>Argeo FOSS Repository</name>
1199 <url>file:///var/argeo/maven2/argeo</url>
1200 </repository>
1201 <snapshotRepository>
1202 <uniqueVersion>true</uniqueVersion>
1203 <id>argeo-snapshots-restricted</id>
1204 <name>Argeo FOSS Snapshots Repository</name>
1205 <url>file:///var/argeo/maven2/argeo-snapshots</url>
1206 </snapshotRepository>
1207 <site>
1208 <id>argeo-slc-site</id>
1209 <name>SLC Site</name>
1210 <url>file://${site.repoBase}/${developmentCycle}/</url>
1211 </site>
1212 </distributionManagement>
1213 <reporting>
1214 <plugins>
1215 <plugin>
1216 <groupId>org.apache.maven.plugins</groupId>
1217 <artifactId>maven-project-info-reports-plugin</artifactId>
1218 <reportSets>
1219 <reportSet>
1220 <reports>
1221 <report>index</report>
1222 <report>summary</report>
1223 <report>license</report>
1224 <report>scm</report>
1225 <report>issue-tracking</report>
1226 </reports>
1227 </reportSet>
1228 <reportSet>
1229 <inherited>false</inherited>
1230 <reports>
1231 <report>project-team</report>
1232 </reports>
1233 </reportSet>
1234 </reportSets>
1235 </plugin>
1236 <plugin>
1237 <groupId>org.apache.maven.plugins</groupId>
1238 <artifactId>maven-javadoc-plugin</artifactId>
1239 <inherited>false</inherited>
1240 <configuration>
1241 <aggregate>true</aggregate>
1242 </configuration>
1243 </plugin>
1244 <plugin>
1245 <groupId>org.apache.maven.plugins</groupId>
1246 <artifactId>maven-jxr-plugin</artifactId>
1247 <configuration>
1248 <aggregate>true</aggregate>
1249 </configuration>
1250 </plugin>
1251 <plugin>
1252 <groupId>org.apache.maven.plugins</groupId>
1253 <artifactId>maven-surefire-report-plugin</artifactId>
1254 <inherited>false</inherited>
1255 <configuration>
1256 <aggregate>true</aggregate>
1257 </configuration>
1258 </plugin>
1259 <!--
1260 <plugin> <groupId>org.codehaus.mojo</groupId>
1261 <artifactId>scmchangelog-maven-plugin</artifactId> </plugin>
1262 -->
1263 <plugin>
1264 <groupId>org.codehaus.mojo</groupId>
1265 <artifactId>taglist-maven-plugin</artifactId>
1266 <configuration>
1267 <aggregate>true</aggregate>
1268 <tags>
1269 <tag>TODO</tag>
1270 <tag>FIXME</tag>
1271 <tag>@deprecated</tag>
1272 </tags>
1273 </configuration>
1274 </plugin>
1275 <!--
1276 <plugin> <groupId>org.codehaus.mojo</groupId>
1277 <artifactId>clirr-maven-plugin</artifactId>
1278 <inherited>false</inherited> </plugin>
1279 -->
1280 <plugin>
1281 <groupId>org.apache.maven.plugins</groupId>
1282 <artifactId>maven-changelog-plugin</artifactId>
1283 <inherited>false</inherited>
1284 </plugin>
1285 <plugin>
1286 <groupId>org.apache.maven.plugins</groupId>
1287 <artifactId>maven-pmd-plugin</artifactId>
1288 <version>2.3</version>
1289 <inherited>false</inherited>
1290 <configuration>
1291 <linkXref>true</linkXref>
1292 <targetJdk>1.5</targetJdk>
1293 <aggregate>true</aggregate>
1294 <excludes>
1295 <exclude>**/springutil/*.java</exclude>
1296 </excludes>
1297 </configuration>
1298 <reportSets>
1299 <reportSet>
1300 <reports>
1301 <report>cpd</report>
1302 </reports>
1303 </reportSet>
1304 </reportSets>
1305 </plugin>
1306 </plugins>
1307 </reporting>
1308 <profiles>
1309 <profile>
1310 <id>developer</id>
1311 <properties>
1312 <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
1313 <site.urlBase>${site.repoBase}</site.urlBase>
1314 </properties>
1315 <distributionManagement>
1316 <snapshotRepository>
1317 <uniqueVersion>true</uniqueVersion>
1318 <id>argeo-snapshots-restricted</id>
1319 <name>Argeo FOSS Snapshots Repository</name>
1320 <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
1321 </snapshotRepository>
1322 </distributionManagement>
1323 </profile>
1324 <profile>
1325 <id>release</id>
1326 <distributionManagement>
1327 <site>
1328 <id>argeo-slc-site</id>
1329 <name>SLC Site</name>
1330 <url>file://${site.repoBase}/${project.version}</url>
1331 </site>
1332 </distributionManagement>
1333 </profile>
1334 </profiles>
1335
1336 </project>