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