]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Remove unnecessary log
[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.support.simple</artifactId>
231 <version>${project.version}</version>
232 </dependency>
233 <dependency>
234 <groupId>org.argeo.slc.runtime</groupId>
235 <artifactId>org.argeo.slc.support.ant</artifactId>
236 <version>${project.version}</version>
237 </dependency>
238 <dependency>
239 <groupId>org.argeo.slc.runtime</groupId>
240 <artifactId>org.argeo.slc.support.hibernate</artifactId>
241 <version>${project.version}</version>
242 </dependency>
243 <dependency>
244 <groupId>org.argeo.slc.runtime</groupId>
245 <artifactId>org.argeo.slc.support.castor</artifactId>
246 <version>${project.version}</version>
247 </dependency>
248 <dependency>
249 <groupId>org.argeo.slc.runtime</groupId>
250 <artifactId>org.argeo.slc.support.activemq</artifactId>
251 <version>${project.version}</version>
252 </dependency>
253 <dependency>
254 <groupId>org.argeo.slc.runtime</groupId>
255 <artifactId>org.argeo.slc.server</artifactId>
256 <version>${project.version}</version>
257 </dependency>
258 <dependency>
259 <groupId>org.argeo.slc.runtime</groupId>
260 <artifactId>org.argeo.slc.osgiboot</artifactId>
261 <version>${project.version}</version>
262 </dependency>
263 <dependency>
264 <groupId>org.argeo.slc.runtime</groupId>
265 <artifactId>org.argeo.slc.support.osgi</artifactId>
266 <version>${project.version}</version>
267 </dependency>
268 <dependency>
269 <groupId>org.argeo.slc.runtime</groupId>
270 <artifactId>org.argeo.slc.support.equinox</artifactId>
271 <version>${project.version}</version>
272 </dependency>
273 <!--
274 <dependency> <groupId>org.argeo.slc.runtime</groupId>
275 <artifactId>org.argeo.slc.support.ws.client</artifactId>
276 <version>${project.version}</version> </dependency> <dependency>
277 <groupId>org.argeo.slc</groupId>
278 <artifactId>org.argeo.slc.webapp</artifactId>
279 <version>${project.version}</version> <type>war</type> </dependency>
280 -->
281 <dependency>
282 <groupId>org.argeo.slc.server</groupId>
283 <artifactId>org.argeo.slc.ria</artifactId>
284 <version>${project.version}</version>
285 </dependency>
286
287 <dependency>
288 <groupId>org.argeo.ria</groupId>
289 <artifactId>org.argeo.ria.core</artifactId>
290 <version>${version.argeo-ria}</version>
291 </dependency>
292 <!--
293 <dependency> <groupId>org.argeo.slc.server</groupId>
294 <artifactId>bundles</artifactId> <version>0.11.3-SNAPSHOT</version>
295 <type>pom</type> </dependency>
296 -->
297 <dependency>
298 <groupId>org.argeo.slc.server</groupId>
299 <artifactId>deploy</artifactId>
300 <version>${project.version}</version>
301 <type>pom</type>
302 </dependency>
303
304 <!-- SLC dubious -->
305 <dependency>
306 <groupId>org.argeo.slc.runtime</groupId>
307 <artifactId>org.argeo.slc.detached.launcher</artifactId>
308 <version>${project.version}</version>
309 <type>tar.gz</type>
310 <classifier>dist</classifier>
311 </dependency>
312
313
314 <!-- Javax -->
315 <dependency>
316 <groupId>javax.transaction</groupId>
317 <artifactId>
318 com.springsource.javax.transaction
319 </artifactId>
320 <version>1.1.0</version>
321 </dependency>
322 <dependency>
323 <groupId>javax.xml.stream</groupId>
324 <artifactId>
325 com.springsource.javax.xml.stream
326 </artifactId>
327 <version>1.0.1</version>
328 </dependency>
329 <dependency>
330 <groupId>javax.xml.soap</groupId>
331 <artifactId>com.springsource.javax.xml.soap</artifactId>
332 <version>1.3.0</version>
333 </dependency>
334 <dependency>
335 <groupId>com.sun.xml</groupId>
336 <artifactId>
337 com.springsource.com.sun.xml.messaging.saaj
338 </artifactId>
339 <version>1.3.0</version>
340 </dependency>
341 <dependency>
342 <groupId>javax.activation</groupId>
343 <artifactId>
344 com.springsource.javax.activation
345 </artifactId>
346 <version>1.1.1</version>
347 </dependency>
348 <dependency>
349 <groupId>javax.annotation</groupId>
350 <artifactId>com.springsource.javax.annotation</artifactId>
351 <version>1.0.0</version>
352 </dependency>
353 <dependency>
354 <groupId>javax.persistence</groupId>
355 <artifactId>com.springsource.javax.persistence</artifactId>
356 <version>1.0.0</version>
357 </dependency>
358 <dependency>
359 <groupId>javax.xml.ws</groupId>
360 <artifactId>com.springsource.javax.xml.ws</artifactId>
361 <version>2.1.1</version>
362 </dependency>
363 <dependency>
364 <groupId>javax.xml.bind</groupId>
365 <artifactId>com.springsource.javax.xml.bind</artifactId>
366 <version>2.1.7</version>
367 </dependency>
368
369 <!-- Unit tests -->
370 <dependency>
371 <groupId>org.junit</groupId>
372 <artifactId>com.springsource.junit</artifactId>
373 <version>3.8.2</version>
374 </dependency>
375 <dependency>
376 <groupId>org.dbunit</groupId>
377 <artifactId>com.springsource.org.dbunit</artifactId>
378 <version>2.2.0</version>
379 </dependency>
380
381 <!-- Logging -->
382 <dependency>
383 <groupId>org.apache.log4j</groupId>
384 <artifactId>
385 com.springsource.org.apache.log4j
386 </artifactId>
387 <version>1.2.15</version>
388 </dependency>
389 <dependency>
390 <groupId>org.apache.commons</groupId>
391 <artifactId>
392 com.springsource.org.apache.commons.logging
393 </artifactId>
394 <version>1.1.1</version>
395 </dependency>
396 <dependency>
397 <groupId>org.slf4j</groupId>
398 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
399 <version>${version.slf4j}</version>
400 </dependency>
401 <dependency>
402 <groupId>org.slf4j</groupId>
403 <artifactId>com.springsource.slf4j.jcl</artifactId>
404 <version>${version.slf4j}</version>
405 </dependency>
406 <dependency>
407 <groupId>org.slf4j</groupId>
408 <artifactId>com.springsource.slf4j.org.apache.log4j</artifactId>
409 <version>${version.slf4j}</version>
410 </dependency>
411
412 <!-- Spring -->
413 <dependency>
414 <groupId>org.springframework</groupId>
415 <artifactId>org.springframework.core</artifactId>
416 <version>${version.spring}</version>
417 </dependency>
418 <dependency>
419 <groupId>org.springframework</groupId>
420 <artifactId>org.springframework.beans</artifactId>
421 <version>${version.spring}</version>
422 </dependency>
423 <dependency>
424 <groupId>org.springframework</groupId>
425 <artifactId>org.springframework.context</artifactId>
426 <version>${version.spring}</version>
427 </dependency>
428 <dependency>
429 <groupId>org.springframework</groupId>
430 <artifactId>
431 org.springframework.context.support
432 </artifactId>
433 <version>${version.spring}</version>
434 </dependency>
435 <dependency>
436 <groupId>org.springframework</groupId>
437 <artifactId>org.springframework.orm</artifactId>
438 <version>${version.spring}</version>
439 </dependency>
440 <dependency>
441 <groupId>org.springframework</groupId>
442 <artifactId>org.springframework.jdbc</artifactId>
443 <version>${version.spring}</version>
444 </dependency>
445 <dependency>
446 <groupId>org.springframework</groupId>
447 <artifactId>org.springframework.transaction</artifactId>
448 <version>${version.spring}</version>
449 </dependency>
450 <dependency>
451 <groupId>org.springframework</groupId>
452 <artifactId>org.springframework.web</artifactId>
453 <version>${version.spring}</version>
454 </dependency>
455 <dependency>
456 <groupId>org.springframework</groupId>
457 <artifactId>org.springframework.web.servlet</artifactId>
458 <version>${version.spring}</version>
459 </dependency>
460 <dependency>
461 <groupId>org.springframework</groupId>
462 <artifactId>org.springframework.aop</artifactId>
463 <version>${version.spring}</version>
464 </dependency>
465 <dependency>
466 <groupId>org.springframework</groupId>
467 <artifactId>org.springframework.jms</artifactId>
468 <version>${version.spring}</version>
469 </dependency>
470 <dependency>
471 <groupId>org.springframework.ws</groupId>
472 <artifactId>org.springframework.oxm</artifactId>
473 <version>${version.spring-ws}</version>
474 </dependency>
475
476 <dependency>
477 <groupId>org.springframework.osgi</groupId>
478 <artifactId>org.springframework.osgi.extender</artifactId>
479 <version>${version.spring-osgi}</version>
480 </dependency>
481 <dependency>
482 <groupId>org.springframework.osgi</groupId>
483 <artifactId>org.springframework.osgi.core</artifactId>
484 <version>${version.spring-osgi}</version>
485 </dependency>
486 <dependency>
487 <groupId>org.springframework.osgi</groupId>
488 <artifactId>org.springframework.osgi.web.extender</artifactId>
489 <version>${version.spring-osgi}</version>
490 </dependency>
491 <dependency>
492 <groupId>org.springframework.osgi</groupId>
493 <artifactId>org.springframework.osgi.web</artifactId>
494 <version>${version.spring-osgi}</version>
495 </dependency>
496 <dependency>
497 <groupId>org.springframework.osgi</groupId>
498 <artifactId>org.springframework.osgi.test</artifactId>
499 <version>${version.spring-osgi}</version>
500 </dependency>
501 <dependency>
502 <groupId>org.argeo.dep.osgi</groupId>
503 <artifactId>org.argeo.dep.osgi.catalina.start</artifactId>
504 <version>1.0.0.argeo4</version>
505 </dependency>
506
507 <!-- Security -->
508 <dependency>
509 <groupId>org.springframework.security</groupId>
510 <artifactId>org.springframework.security</artifactId>
511 <version>2.0.4.A</version>
512 <exclusions>
513 <exclusion>
514 <groupId>org.springframework</groupId>
515 <artifactId>org.springframework.web</artifactId>
516 </exclusion>
517 </exclusions>
518 </dependency>
519 <dependency>
520 <groupId>org.antlr</groupId>
521 <artifactId>com.springsource.org.antlr</artifactId>
522 <version>3.0.1</version>
523 </dependency>
524
525 <!-- AOP -->
526 <dependency>
527 <groupId>org.aspectj</groupId>
528 <artifactId>com.springsource.org.aspectj.runtime</artifactId>
529 <version>1.6.3.RELEASE</version>
530 </dependency>
531 <dependency>
532 <groupId>org.aspectj</groupId>
533 <artifactId>com.springsource.org.aspectj.weaver</artifactId>
534 <version>1.6.3.RELEASE</version>
535 </dependency>
536 <dependency>
537 <groupId>org.aopalliance</groupId>
538 <artifactId>com.springsource.org.aopalliance</artifactId>
539 <version>1.0.0</version>
540 </dependency>
541 <dependency>
542 <groupId>net.sourceforge.cglib</groupId>
543 <artifactId>com.springsource.net.sf.cglib</artifactId>
544 <version>2.1.3</version>
545 </dependency>
546 <dependency>
547 <groupId>org.objectweb.asm</groupId>
548 <artifactId>com.springsource.org.objectweb.asm</artifactId>
549 <version>1.5.3</version>
550 </dependency>
551 <dependency>
552 <groupId>org.objectweb.asm</groupId>
553 <artifactId>com.springsource.org.objectweb.asm.attrs</artifactId>
554 <version>1.5.3</version>
555 </dependency>
556
557 <!-- Ant -->
558 <dependency>
559 <groupId>org.apache.ant</groupId>
560 <artifactId>com.springsource.org.apache.tools.ant</artifactId>
561 <version>1.7.1</version>
562 </dependency>
563
564 <!-- Required by specific Ant tasks -->
565 <dependency>
566 <groupId>org.apache.commons</groupId>
567 <artifactId>com.springsource.org.apache.commons.net</artifactId>
568 <version>1.4.1</version>
569 </dependency>
570 <dependency>
571 <groupId>org.apache.oro</groupId>
572 <artifactId>com.springsource.org.apache.oro</artifactId>
573 <version>2.0.8</version>
574 </dependency>
575 <dependency>
576 <groupId>org.apache.bsf</groupId>
577 <artifactId>com.springsource.org.apache.bsf</artifactId>
578 <version>2.4.0</version>
579 </dependency>
580 <dependency>
581 <groupId>org.beanshell</groupId>
582 <artifactId>com.springsource.bsh</artifactId>
583 <version>2.0.0.b4</version>
584 </dependency>
585
586 <!-- Apache Commons -->
587 <dependency>
588 <groupId>org.apache.commons</groupId>
589 <artifactId>
590 com.springsource.org.apache.commons.io
591 </artifactId>
592 <version>1.4.0</version>
593 </dependency>
594 <dependency>
595 <groupId>org.apache.commons</groupId>
596 <artifactId>com.springsource.org.apache.commons.collections</artifactId>
597 <version>3.2.0</version>
598 </dependency>
599 <dependency>
600 <groupId>org.argeo.dep.osgi</groupId>
601 <artifactId>org.argeo.dep.osgi.commons.cli</artifactId>
602 <version>1.1.0.argeo1</version>
603 </dependency>
604 <dependency>
605 <groupId>org.argeo.dep.osgi</groupId>
606 <artifactId>org.argeo.dep.osgi.commons.exec</artifactId>
607 <version>1.0.0.argeo1</version>
608 </dependency>
609 <dependency>
610 <groupId>org.apache.commons</groupId>
611 <artifactId>com.springsource.org.apache.commons.pool</artifactId>
612 <version>1.4.0</version>
613 </dependency>
614 <dependency>
615 <groupId>org.apache.commons</groupId>
616 <artifactId>com.springsource.org.apache.commons.dbcp</artifactId>
617 <version>1.2.2.osgi</version>
618 </dependency>
619
620 <!-- DB Drivers -->
621 <dependency>
622 <groupId>org.hsqldb</groupId>
623 <artifactId>com.springsource.org.hsqldb</artifactId>
624 <version>1.8.0.9</version>
625 </dependency>
626 <dependency>
627 <groupId>net.sourceforge.jtds</groupId>
628 <artifactId>com.springsource.net.sourceforge.jtds</artifactId>
629 <version>1.2.2</version>
630 </dependency>
631 <dependency>
632 <groupId>com.mysql.jdbc</groupId>
633 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
634 <version>5.1.6</version>
635 </dependency>
636
637 <!-- XML -->
638 <dependency>
639 <groupId>org.codehaus.castor</groupId>
640 <artifactId>com.springsource.org.castor</artifactId>
641 <version>1.2.0</version>
642 </dependency>
643 <dependency>
644 <groupId>org.apache.xerces</groupId>
645 <artifactId>
646 com.springsource.org.apache.xerces
647 </artifactId>
648 <version>2.8.1</version>
649 </dependency>
650 <dependency>
651 <groupId>org.apache.xalan</groupId>
652 <artifactId>
653 com.springsource.org.apache.xalan
654 </artifactId>
655 <version>2.7.0</version>
656 </dependency>
657 <dependency>
658 <groupId>org.apache.xmlcommons</groupId>
659 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
660 <version>1.3.3</version>
661 </dependency>
662
663 <!-- Web -->
664 <dependency>
665 <groupId>javax.servlet</groupId>
666 <artifactId>com.springsource.javax.servlet</artifactId>
667 <version>2.5.0</version>
668 </dependency>
669 <dependency>
670 <groupId>javax.servlet</groupId>
671 <artifactId>com.springsource.javax.servlet.jsp</artifactId>
672 <version>2.1.0</version>
673 </dependency>
674 <dependency>
675 <groupId>javax.el</groupId>
676 <artifactId>com.springsource.javax.el</artifactId>
677 <version>1.0.0</version>
678 </dependency>
679 <dependency>
680 <groupId>javax.servlet</groupId>
681 <artifactId>
682 com.springsource.javax.servlet.jsp.jstl
683 </artifactId>
684 <version>1.1.2</version>
685 </dependency>
686 <dependency>
687 <groupId>org.apache.taglibs</groupId>
688 <artifactId>
689 com.springsource.org.apache.taglibs.standard
690 </artifactId>
691 <version>1.1.2</version>
692 </dependency>
693 <dependency>
694 <groupId>javax.activation</groupId>
695 <artifactId>com.springsource.javax.activation</artifactId>
696 <version>1.1.1</version>
697 </dependency>
698 <dependency>
699 <groupId>com.lowagie.text</groupId>
700 <artifactId>
701 com.springsource.com.lowagie.text
702 </artifactId>
703 <version>2.0.8</version>
704 </dependency>
705
706 <!-- Tomcat -->
707 <dependency>
708 <groupId>org.apache.catalina</groupId>
709 <artifactId>com.springsource.org.apache.catalina</artifactId>
710 <version>${version.tomcat}</version>
711 </dependency>
712 <dependency>
713 <groupId>org.apache.jasper</groupId>
714 <artifactId>com.springsource.org.apache.jasper</artifactId>
715 <version>${version.tomcat}</version>
716 </dependency>
717 <dependency>
718 <groupId>org.apache.el</groupId>
719 <artifactId>com.springsource.org.apache.el</artifactId>
720 <version>${version.tomcat}</version>
721 </dependency>
722
723 <!-- Maven -->
724 <dependency>
725 <groupId>org.apache.maven</groupId>
726 <artifactId>maven-core</artifactId>
727 <version>${version.maven}</version>
728 </dependency>
729 <dependency>
730 <groupId>org.apache.maven</groupId>
731 <artifactId>maven-embedder</artifactId>
732 <!-- no higher version available -->
733 <version>2.0.4</version>
734 </dependency>
735 <dependency>
736 <groupId>org.apache.maven</groupId>
737 <artifactId>maven-settings</artifactId>
738 <version>${version.maven}</version>
739 </dependency>
740
741 <dependency>
742 <groupId>org.apache.archiva</groupId>
743 <artifactId>archiva-webapp</artifactId>
744 <version>1.1.3</version>
745 <type>war</type>
746 </dependency>
747
748 <!-- OSGi -->
749 <dependency>
750 <groupId>org.eclipse.osgi</groupId>
751 <artifactId>org.eclipse.osgi</artifactId>
752 <version>${version.equinox}</version>
753 </dependency>
754
755 <!-- Auto UI -->
756 <dependency>
757 <groupId>org.argeo.dep.jemmy</groupId>
758 <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
759 <version>0.2.2</version>
760 </dependency>
761
762 <!-- Spring bundle repo -->
763 <dependency>
764 <groupId>javax.transaction</groupId>
765 <artifactId>
766 com.springsource.javax.transaction
767 </artifactId>
768 <version>1.1.0</version>
769 </dependency>
770 <dependency>
771 <groupId>org.hibernate</groupId>
772 <artifactId>com.springsource.org.hibernate</artifactId>
773 <version>3.2.6.ga</version>
774 <!-- <version>3.3.1.GA</version> TODO: fix issues with logging -->
775 </dependency>
776 <dependency>
777 <groupId>net.sourceforge.jexcelapi</groupId>
778 <artifactId>com.springsource.jxl</artifactId>
779 <version>2.6.6</version>
780 </dependency>
781 <dependency>
782 <groupId>net.sourceforge.ehcache</groupId>
783 <artifactId>com.springsource.net.sf.ehcache</artifactId>
784 <version>1.4.1</version>
785 </dependency>
786 <dependency>
787 <groupId>edu.emory.mathcs.backport</groupId>
788 <artifactId>
789 com.springsource.edu.emory.mathcs.backport
790 </artifactId>
791 <version>3.1.0</version>
792 </dependency>
793 <dependency>
794 <groupId>javax.wsdl</groupId>
795 <artifactId>com.springsource.javax.wsdl</artifactId>
796 <version>1.6.1</version>
797 </dependency>
798
799 <!-- JMS -->
800 <dependency>
801 <groupId>javax.jms</groupId>
802 <artifactId>com.springsource.javax.jms</artifactId>
803 <version>1.1.0</version>
804 </dependency>
805 <dependency>
806 <groupId>org.apache.geronimo.specs</groupId>
807 <artifactId>com.springsource.javax.management.j2ee</artifactId>
808 <version>1.0.1</version>
809 </dependency>
810
811 <!-- ActiveMQ -->
812 <dependency>
813 <groupId>org.argeo.dep.osgi</groupId>
814 <artifactId>org.argeo.dep.osgi.activemq</artifactId>
815 <version>${version.activemq}</version>
816 </dependency>
817 <dependency>
818 <groupId>org.apache.activemq</groupId>
819 <artifactId>com.springsource.org.apache.activemq.pool</artifactId>
820 <version>5.2.0</version>
821 <exclusions>
822 <exclusion>
823 <groupId>org.apache.activemq</groupId>
824 <artifactId>com.springsource.org.apache.activemq</artifactId>
825 </exclusion>
826 </exclusions>
827 </dependency>
828 <!--
829 <dependency> <groupId>org.argeo.dep.osgi</groupId>
830 <artifactId>org.argeo.dep.osgi.activemq.web</artifactId>
831 <version>${version.activemq-web}</version> </dependency>
832 -->
833 <dependency>
834 <groupId>javax.xml.soap</groupId>
835 <artifactId>com.springsource.javax.xml.soap</artifactId>
836 <version>1.3.0</version>
837 </dependency>
838 <dependency>
839 <groupId>javax.xml.rpc</groupId>
840 <artifactId>com.springsource.javax.xml.rpc</artifactId>
841 <version>1.1.0</version>
842 </dependency>
843 <dependency>
844 <groupId>javax.ejb</groupId>
845 <artifactId>com.springsource.javax.ejb</artifactId>
846 <version>3.0.0</version>
847 </dependency>
848
849 <dependency>
850 <groupId>org.apache.camel</groupId>
851 <artifactId>com.springsource.org.apache.camel</artifactId>
852 <version>1.3.0</version>
853 </dependency>
854
855 <!-- SSH -->
856 <dependency>
857 <groupId>com.jcraft.jsch</groupId>
858 <artifactId>com.springsource.com.jcraft.jsch</artifactId>
859 <version>0.1.25</version>
860 </dependency>
861
862 <!-- Scheduling -->
863 <dependency>
864 <groupId>com.opensymphony.quartz</groupId>
865 <artifactId>com.springsource.org.quartz</artifactId>
866 <version>1.6.2</version>
867 </dependency>
868 </dependencies>
869 </dependencyManagement>
870 <repositories>
871 <repository>
872 <id>central</id>
873 <url>http://repo1.maven.org/maven2</url>
874 <releases>
875 <enabled>true</enabled>
876 <updatePolicy>daily</updatePolicy>
877 <checksumPolicy>warn</checksumPolicy>
878 </releases>
879 <snapshots>
880 <enabled>false</enabled>
881 <updatePolicy>never</updatePolicy>
882 <checksumPolicy>fail</checksumPolicy>
883 </snapshots>
884 </repository>
885 <repository>
886 <id>com.springsource.repository.bundles.release</id>
887 <name>
888 SpringSource Enterprise Bundle Repository - SpringSource
889 Bundle
890 Releases
891 </name>
892 <url>
893 http://repository.springsource.com/maven/bundles/release
894 </url>
895 <releases>
896 <enabled>true</enabled>
897 <updatePolicy>daily</updatePolicy>
898 <checksumPolicy>fail</checksumPolicy>
899 </releases>
900 <snapshots>
901 <enabled>false</enabled>
902 <updatePolicy>never</updatePolicy>
903 <checksumPolicy>fail</checksumPolicy>
904 </snapshots>
905 </repository>
906 <repository>
907 <id>com.springsource.repository.bundles.external</id>
908 <name>
909 SpringSource Enterprise Bundle Repository - External
910 Bundle
911 Releases
912 </name>
913 <url>
914 http://repository.springsource.com/maven/bundles/external
915 </url>
916 <releases>
917 <enabled>true</enabled>
918 <updatePolicy>daily</updatePolicy>
919 <checksumPolicy>fail</checksumPolicy>
920 </releases>
921 <snapshots>
922 <enabled>false</enabled>
923 <updatePolicy>never</updatePolicy>
924 <checksumPolicy>fail</checksumPolicy>
925 </snapshots>
926 </repository>
927 <repository>
928 <id>argeo</id>
929 <url>http://www.argeo.org/maven/argeo</url>
930 <releases>
931 <enabled>true</enabled>
932 <updatePolicy>daily</updatePolicy>
933 <checksumPolicy>fail</checksumPolicy>
934 </releases>
935 <snapshots>
936 <enabled>false</enabled>
937 <updatePolicy>never</updatePolicy>
938 <checksumPolicy>fail</checksumPolicy>
939 </snapshots>
940 </repository>
941 <repository>
942 <id>argeo-snapshots</id>
943 <url>http://www.argeo.org/maven/argeo-snapshots</url>
944 <releases>
945 <enabled>false</enabled>
946 <updatePolicy>never</updatePolicy>
947 <checksumPolicy>fail</checksumPolicy>
948 </releases>
949 <snapshots>
950 <enabled>true</enabled>
951 <updatePolicy>always</updatePolicy>
952 <checksumPolicy>fail</checksumPolicy>
953 </snapshots>
954 </repository>
955 </repositories>
956 <pluginRepositories>
957 <pluginRepository>
958 <id>argeo</id>
959 <url>http://www.argeo.org/maven/argeo</url>
960 <releases>
961 <enabled>true</enabled>
962 <updatePolicy>daily</updatePolicy>
963 <checksumPolicy>fail</checksumPolicy>
964 </releases>
965 <snapshots>
966 <enabled>false</enabled>
967 <updatePolicy>never</updatePolicy>
968 <checksumPolicy>fail</checksumPolicy>
969 </snapshots>
970 </pluginRepository>
971 <pluginRepository>
972 <id>argeo-snapshots</id>
973 <url>http://www.argeo.org/maven/argeo-snapshots</url>
974 <releases>
975 <enabled>false</enabled>
976 <updatePolicy>never</updatePolicy>
977 <checksumPolicy>fail</checksumPolicy>
978 </releases>
979 <snapshots>
980 <enabled>true</enabled>
981 <updatePolicy>always</updatePolicy>
982 <checksumPolicy>fail</checksumPolicy>
983 </snapshots>
984 </pluginRepository>
985 </pluginRepositories>
986 <distributionManagement>
987 <repository>
988 <uniqueVersion>false</uniqueVersion>
989 <id>argeo-restricted</id>
990 <name>Argeo FOSS Repository</name>
991 <url>file:///var/argeo/maven2/argeo</url>
992 </repository>
993 <snapshotRepository>
994 <uniqueVersion>true</uniqueVersion>
995 <id>argeo-snapshots-restricted</id>
996 <name>Argeo FOSS Snapshots Repository</name>
997 <url>file:///var/argeo/maven2/argeo-snapshots</url>
998 </snapshotRepository>
999 <site>
1000 <id>argeo-slc-site</id>
1001 <name>SLC Site</name>
1002 <url>file://${site.repoBase}/${developmentCycle}/</url>
1003 </site>
1004 </distributionManagement>
1005 <reporting>
1006 <plugins>
1007 <plugin>
1008 <groupId>org.apache.maven.plugins</groupId>
1009 <artifactId>maven-project-info-reports-plugin</artifactId>
1010 <reportSets>
1011 <reportSet>
1012 <reports>
1013 <report>index</report>
1014 <report>summary</report>
1015 <report>license</report>
1016 <report>scm</report>
1017 <report>issue-tracking</report>
1018 </reports>
1019 </reportSet>
1020 <reportSet>
1021 <inherited>false</inherited>
1022 <reports>
1023 <report>project-team</report>
1024 </reports>
1025 </reportSet>
1026 </reportSets>
1027 </plugin>
1028 <plugin>
1029 <groupId>org.apache.maven.plugins</groupId>
1030 <artifactId>maven-javadoc-plugin</artifactId>
1031 <inherited>false</inherited>
1032 <configuration>
1033 <aggregate>true</aggregate>
1034 </configuration>
1035 </plugin>
1036 <plugin>
1037 <groupId>org.apache.maven.plugins</groupId>
1038 <artifactId>maven-jxr-plugin</artifactId>
1039 <configuration>
1040 <aggregate>true</aggregate>
1041 </configuration>
1042 </plugin>
1043 <plugin>
1044 <groupId>org.apache.maven.plugins</groupId>
1045 <artifactId>maven-surefire-report-plugin</artifactId>
1046 <inherited>false</inherited>
1047 <configuration>
1048 <aggregate>true</aggregate>
1049 </configuration>
1050 </plugin>
1051 <!--
1052 <plugin> <groupId>org.codehaus.mojo</groupId>
1053 <artifactId>scmchangelog-maven-plugin</artifactId> </plugin>
1054 -->
1055 <plugin>
1056 <groupId>org.codehaus.mojo</groupId>
1057 <artifactId>taglist-maven-plugin</artifactId>
1058 <configuration>
1059 <aggregate>true</aggregate>
1060 <tags>
1061 <tag>TODO</tag>
1062 <tag>FIXME</tag>
1063 <tag>@deprecated</tag>
1064 </tags>
1065 </configuration>
1066 </plugin>
1067 <!--
1068 <plugin> <groupId>org.codehaus.mojo</groupId>
1069 <artifactId>clirr-maven-plugin</artifactId>
1070 <inherited>false</inherited> </plugin>
1071 -->
1072 <plugin>
1073 <groupId>org.apache.maven.plugins</groupId>
1074 <artifactId>maven-changelog-plugin</artifactId>
1075 <inherited>false</inherited>
1076 </plugin>
1077 <plugin>
1078 <groupId>org.apache.maven.plugins</groupId>
1079 <artifactId>maven-pmd-plugin</artifactId>
1080 <version>2.3</version>
1081 <inherited>false</inherited>
1082 <configuration>
1083 <linkXref>true</linkXref>
1084 <targetJdk>1.5</targetJdk>
1085 <aggregate>true</aggregate>
1086 <excludes>
1087 <exclude>**/springutil/*.java</exclude>
1088 </excludes>
1089 </configuration>
1090 <reportSets>
1091 <reportSet>
1092 <reports>
1093 <report>cpd</report>
1094 </reports>
1095 </reportSet>
1096 </reportSets>
1097 </plugin>
1098 </plugins>
1099 </reporting>
1100 <profiles>
1101 <profile>
1102 <id>developer</id>
1103 <properties>
1104 <site.repoBase>file://${user.home}/dev/work/slcSite</site.repoBase>
1105 <site.urlBase>${site.repoBase}</site.urlBase>
1106 </properties>
1107 <distributionManagement>
1108 <snapshotRepository>
1109 <uniqueVersion>true</uniqueVersion>
1110 <id>argeo-snapshots-restricted</id>
1111 <name>Argeo FOSS Snapshots Repository</name>
1112 <url>scpexe://argeo.org/var/argeo/maven2/argeo-snapshots</url>
1113 </snapshotRepository>
1114 </distributionManagement>
1115 </profile>
1116 <profile>
1117 <id>release</id>
1118 <distributionManagement>
1119 <site>
1120 <id>argeo-slc-site</id>
1121 <name>SLC Site</name>
1122 <url>file://${site.repoBase}/${project.version}</url>
1123 </site>
1124 </distributionManagement>
1125 </profile>
1126 </profiles>
1127
1128 </project>