| 91 |
<dependency> |
<dependency> |
| 92 |
<groupId>marevol</groupId> |
<groupId>marevol</groupId> |
| 93 |
<artifactId>marevol-faces-utils</artifactId> |
<artifactId>marevol-faces-utils</artifactId> |
|
<version>0.1</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>marevol</groupId> |
|
|
<artifactId>marevol-portlet-utils</artifactId> |
|
|
<version>0.2</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>marevol</groupId> |
|
|
<artifactId>marevol-hibernate-utils</artifactId> |
|
|
<version>0.3</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>marevol</groupId> |
|
|
<artifactId>marevol-seasar-utils</artifactId> |
|
| 94 |
<version>0.2-SNAPSHOT</version> |
<version>0.2-SNAPSHOT</version> |
| 95 |
<type>jar</type> |
<type>jar</type> |
| 96 |
<properties> |
<properties> |
| 492 |
<dependency> |
<dependency> |
| 493 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 494 |
<artifactId>s2-extension</artifactId> |
<artifactId>s2-extension</artifactId> |
| 495 |
<version>2.3.4</version> |
<version>2.4.0-SNAPSHOT</version> |
| 496 |
<properties> |
<properties> |
| 497 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 498 |
</properties> |
</properties> |
| 500 |
<dependency> |
<dependency> |
| 501 |
<groupId>seasar</groupId> |
<groupId>seasar</groupId> |
| 502 |
<artifactId>s2-framework</artifactId> |
<artifactId>s2-framework</artifactId> |
| 503 |
<version>2.3.4</version> |
<version>2.4.0-SNAPSHOT</version> |
| 504 |
<properties> |
<properties> |
| 505 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 506 |
</properties> |
</properties> |
| 513 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 514 |
</properties> |
</properties> |
| 515 |
</dependency> |
</dependency> |
| 516 |
|
<dependency> |
| 517 |
|
<groupId>seasar</groupId> |
| 518 |
|
<artifactId>s2-portlet</artifactId> |
| 519 |
|
<version>1.0.0-SNAPSHOT</version> |
| 520 |
|
<properties> |
| 521 |
|
<war.bundle>true</war.bundle> |
| 522 |
|
</properties> |
| 523 |
|
</dependency> |
| 524 |
|
|
| 525 |
|
|
| 526 |
</dependencies> |
</dependencies> |
| 527 |
|
|