| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>addresslist</artifactId> |
<artifactId>addresslist</artifactId> |
| 24 |
<currentVersion>0.3-SNAPSHOT</currentVersion> |
<currentVersion>0.3</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> |
| 104 |
<dependency> |
<dependency> |
| 105 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 106 |
<artifactId>bridges-myfaces</artifactId> |
<artifactId>bridges-myfaces</artifactId> |
| 107 |
<version>0.8-SNAPSHOT</version> |
<version>0.8</version> |
| 108 |
<type>jar</type> |
<type>jar</type> |
| 109 |
<properties> |
<properties> |
| 110 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 132 |
|
|
| 133 |
<dependency> |
<dependency> |
| 134 |
<groupId>org.apache.portals.bridges</groupId> |
<groupId>org.apache.portals.bridges</groupId> |
|
<artifactId>portals-bridges-common</artifactId> |
|
|
<version>1.0</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>org.apache.portals.bridges</groupId> |
|
| 135 |
<artifactId>portals-bridges-portletfilter</artifactId> |
<artifactId>portals-bridges-portletfilter</artifactId> |
| 136 |
<version>1.0</version> |
<version>1.0</version> |
| 137 |
<type>jar</type> |
<type>jar</type> |
| 168 |
<id>log4j</id> |
<id>log4j</id> |
| 169 |
<version>1.2.13</version> |
<version>1.2.13</version> |
| 170 |
<properties> |
<properties> |
| 171 |
<war.bundle>true</war.bundle> |
<war.bundle>false</war.bundle> |
| 172 |
</properties> |
</properties> |
| 173 |
</dependency> |
</dependency> |
| 174 |
|
|
| 227 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 228 |
</properties> |
</properties> |
| 229 |
</dependency> |
</dependency> |
| 230 |
|
<!-- Address List does not have upload feature. |
| 231 |
|
But ExtensionsPortletFilter depends on them --> |
| 232 |
<dependency> |
<dependency> |
| 233 |
<groupId>commons-fileupload</groupId> |
<groupId>commons-fileupload</groupId> |
| 234 |
<artifactId>commons-fileupload</artifactId> |
<artifactId>commons-fileupload</artifactId> |
| 565 |
<dependency> |
<dependency> |
| 566 |
<groupId>org.seasar.teeda</groupId> |
<groupId>org.seasar.teeda</groupId> |
| 567 |
<artifactId>teeda-core</artifactId> |
<artifactId>teeda-core</artifactId> |
| 568 |
<version>1.0-beta-5.3</version> |
<version>1.0-beta-5.4</version> |
| 569 |
<properties> |
<properties> |
| 570 |
<war.bundle>true</war.bundle> |
<war.bundle>true</war.bundle> |
| 571 |
</properties> |
</properties> |