| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>addresslist</artifactId> |
<artifactId>addresslist</artifactId> |
| 24 |
<currentVersion>0.1</currentVersion> |
<currentVersion>0.2-SNAPSHOT</currentVersion> |
| 25 |
<name>Address List Portlet</name> |
<name>Address List Portlet</name> |
| 26 |
<description>Portlet to manage your address tasks</description> |
<description>Portlet to manage your address tasks</description> |
| 27 |
<shortDescription>Address task management</shortDescription> |
<shortDescription>Address task management</shortDescription> |
| 188 |
</properties> |
</properties> |
| 189 |
</dependency> |
</dependency> |
| 190 |
<dependency> |
<dependency> |
|
<groupId>commons-collections</groupId> |
|
|
<artifactId>commons-collections</artifactId> |
|
|
<version>2.1</version> |
|
|
<url>http://jakarta.apache.org/commons/collections</url> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
| 191 |
<groupId>commons-digester</groupId> |
<groupId>commons-digester</groupId> |
| 192 |
<artifactId>commons-digester</artifactId> |
<artifactId>commons-digester</artifactId> |
| 193 |
<version>1.5</version> |
<version>1.5</version> |
| 275 |
</properties> |
</properties> |
| 276 |
</dependency> |
</dependency> |
| 277 |
--> |
--> |
| 278 |
|
|
| 279 |
<!-- Hibernate --> |
<!-- Hibernate --> |
| 280 |
|
|
| 281 |
<dependency> |
<dependency> |
| 282 |
<groupId>hibernate</groupId> |
<groupId>hibernate</groupId> |
| 283 |
<artifactId>hibernate</artifactId> |
<artifactId>hibernate</artifactId> |
| 284 |
<version>3.0.5</version> |
<version>3.1.2</version> |
| 285 |
<properties> |
<properties> |
| 286 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 287 |
</properties> |
</properties> |
| 317 |
<dependency> |
<dependency> |
| 318 |
<groupId>jgroups</groupId> |
<groupId>jgroups</groupId> |
| 319 |
<artifactId>jgroups-all</artifactId> |
<artifactId>jgroups-all</artifactId> |
| 320 |
<version>2.2.7</version> |
<version>2.2.8</version> |
| 321 |
<properties> |
<properties> |
| 322 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 323 |
</properties> |
</properties> |
| 335 |
<dependency> |
<dependency> |
| 336 |
<groupId>c3p0</groupId> |
<groupId>c3p0</groupId> |
| 337 |
<artifactId>c3p0</artifactId> |
<artifactId>c3p0</artifactId> |
| 338 |
<version>0.8.5.2</version> |
<version>0.9.0</version> |
| 339 |
<properties> |
<properties> |
| 340 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 341 |
</properties> |
</properties> |
| 380 |
<dependency> |
<dependency> |
| 381 |
<groupId>dom4j</groupId> |
<groupId>dom4j</groupId> |
| 382 |
<artifactId>dom4j</artifactId> |
<artifactId>dom4j</artifactId> |
| 383 |
<version>1.6</version> |
<version>1.6.1</version> |
| 384 |
<properties> |
<properties> |
| 385 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 386 |
</properties> |
</properties> |
| 387 |
</dependency> |
</dependency> |
| 388 |
|
|
| 389 |
<dependency> |
<dependency> |
| 390 |
<groupId>hibernate</groupId> |
<groupId>antlr</groupId> |
| 391 |
<artifactId>antlr</artifactId> |
<artifactId>antlr</artifactId> |
| 392 |
<version>2.7.5H3</version> |
<version>2.7.6rc1</version> |
| 393 |
<properties> |
<properties> |
| 394 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 395 |
</properties> |
</properties> |
| 398 |
<dependency> |
<dependency> |
| 399 |
<groupId>cglib</groupId> |
<groupId>cglib</groupId> |
| 400 |
<artifactId>cglib</artifactId> |
<artifactId>cglib</artifactId> |
| 401 |
<version>2.1</version> |
<version>2.1_3</version> |
| 402 |
<properties> |
<properties> |
| 403 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 404 |
</properties> |
</properties> |
| 414 |
</dependency> |
</dependency> |
| 415 |
|
|
| 416 |
<dependency> |
<dependency> |
| 417 |
<groupId>opensymphony</groupId> |
<groupId>asm</groupId> |
| 418 |
<artifactId>oscache</artifactId> |
<artifactId>asm</artifactId> |
| 419 |
<version>2.1</version> |
<version>1.5.3</version> |
| 420 |
<properties> |
<properties> |
| 421 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 422 |
</properties> |
</properties> |
| 423 |
</dependency> |
</dependency> |
| 424 |
|
|
| 425 |
<dependency> |
<dependency> |
| 426 |
<groupId>asm</groupId> |
<groupId>opensymphony</groupId> |
| 427 |
<artifactId>asm</artifactId> |
<artifactId>oscache</artifactId> |
| 428 |
<version>1.5.3</version> |
<version>2.1</version> |
| 429 |
<properties> |
<properties> |
| 430 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 431 |
</properties> |
</properties> |
| 432 |
</dependency> |
</dependency> |
| 433 |
|
|
| 434 |
|
<!-- jaas.jar, jdbc2_0-stdext.jar --> |
| 435 |
|
|
| 436 |
<dependency> |
<dependency> |
| 437 |
<groupId>jboss</groupId> |
<groupId>jboss</groupId> |
| 438 |
<artifactId>jboss-jmx</artifactId> |
<artifactId>jboss-jmx</artifactId> |
| 442 |
</properties> |
</properties> |
| 443 |
</dependency> |
</dependency> |
| 444 |
|
|
| 445 |
|
<!-- xerces-2.6.2.jar --> |
| 446 |
|
|
| 447 |
<dependency> |
<dependency> |
| 448 |
<groupId>jaxen</groupId> |
<groupId>jaxen</groupId> |
| 449 |
<artifactId>jaxen</artifactId> |
<artifactId>jaxen</artifactId> |
| 450 |
<version>1.1-beta-4</version> |
<version>1.1-beta-7</version> |
| 451 |
<properties> |
<properties> |
| 452 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 453 |
</properties> |
</properties> |
| 454 |
</dependency> |
</dependency> |
| 455 |
|
|
| 456 |
<dependency> |
<dependency> |
| 457 |
<groupId>proxool</groupId> |
<groupId>commons-collections</groupId> |
| 458 |
<artifactId>proxool</artifactId> |
<artifactId>commons-collections</artifactId> |
| 459 |
<version>0.8.3</version> |
<version>2.1.1</version> |
| 460 |
|
<url>http://jakarta.apache.org/commons/collections.html</url> |
| 461 |
<properties> |
<properties> |
| 462 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 463 |
</properties> |
</properties> |
| 464 |
</dependency> |
</dependency> |
| 465 |
|
|
| 466 |
<dependency> |
<dependency> |
| 467 |
<groupId>concurrent</groupId> |
<groupId>proxool</groupId> |
| 468 |
<artifactId>concurrent</artifactId> |
<artifactId>proxool</artifactId> |
| 469 |
<version>1.3.4</version> |
<version>0.8.3</version> |
| 470 |
<properties> |
<properties> |
| 471 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 472 |
</properties> |
</properties> |
| 473 |
</dependency> |
</dependency> |
| 474 |
|
|
| 475 |
<dependency> |
<dependency> |
| 476 |
<groupId>odmg</groupId> |
<groupId>concurrent</groupId> |
| 477 |
<artifactId>odmg</artifactId> |
<artifactId>concurrent</artifactId> |
| 478 |
<version>3.0</version> |
<version>1.3.2</version> |
| 479 |
<properties> |
<properties> |
| 480 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 481 |
</properties> |
</properties> |
| 492 |
</properties> |
</properties> |
| 493 |
</dependency> |
</dependency> |
| 494 |
<dependency> |
<dependency> |
| 495 |
|
<groupId>geronimo-spec</groupId> |
| 496 |
|
<artifactId>geronimo-spec-j2ee</artifactId> |
| 497 |
|
<version>1.4-rc4</version> |
| 498 |
|
<properties> |
| 499 |
|
<war.bundle>true</war.bundle> |
| 500 |
|
</properties> |
| 501 |
|
</dependency> |
| 502 |
|
<dependency> |
| 503 |
<groupId>javassist</groupId> |
<groupId>javassist</groupId> |
| 504 |
<artifactId>javassist</artifactId> |
<artifactId>javassist</artifactId> |
| 505 |
<version>3.0</version> |
<version>3.0</version> |
| 526 |
<dependency> |
<dependency> |
| 527 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 528 |
<artifactId>s2-extension</artifactId> |
<artifactId>s2-extension</artifactId> |
| 529 |
<version>2.2.11</version> |
<version>2.3.4</version> |
| 530 |
<properties> |
<properties> |
| 531 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 532 |
</properties> |
</properties> |
| 534 |
<dependency> |
<dependency> |
| 535 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 536 |
<artifactId>s2-framework</artifactId> |
<artifactId>s2-framework</artifactId> |
| 537 |
<version>2.2.11</version> |
<version>2.3.4</version> |
| 538 |
<properties> |
<properties> |
| 539 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 540 |
</properties> |
</properties> |
| 542 |
<dependency> |
<dependency> |
| 543 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 544 |
<artifactId>s2-hibernate</artifactId> |
<artifactId>s2-hibernate</artifactId> |
| 545 |
<version>1.1.1</version> |
<version>1.1.2</version> |
| 546 |
<properties> |
<properties> |
| 547 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 548 |
</properties> |
</properties> |