| 21 |
<pomVersion>3</pomVersion> |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
<groupId>pal</groupId> |
| 23 |
<artifactId>charttest</artifactId> |
<artifactId>charttest</artifactId> |
| 24 |
<currentVersion>0.2-SNAPSHOT</currentVersion> |
<currentVersion>0.2</currentVersion> |
| 25 |
<name>Chart Test Portlet</name> |
<name>Chart Test Portlet</name> |
| 26 |
<description>This is a sample portlet to create several charts.</description> |
<description>This is a sample portlet to create several charts.</description> |
| 27 |
<shortDescription>Chart Test Portlet</shortDescription> |
<shortDescription>Chart Test Portlet</shortDescription> |
| 69 |
|
|
| 70 |
<dependencies> |
<dependencies> |
| 71 |
<dependency> |
<dependency> |
|
<groupId>pal</groupId> |
|
|
<artifactId>bridges-myfaces</artifactId> |
|
|
<version>${bridges.myfaces.version}</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>marevol</groupId> |
|
|
<artifactId>marevol-utils</artifactId> |
|
|
<version>0.1.1</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>marevol</groupId> |
|
|
<artifactId>marevol-faces-utils</artifactId> |
|
|
<version>0.2</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<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> |
|
|
<id>jetspeed-header-resource</id> |
|
|
<groupId>org.apache.portals.jetspeed-2</groupId> |
|
|
<version>${jetspeed.version}</version> |
|
|
<properties> |
|
|
<war.bundle>false</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>org.apache.portals.bridges</groupId> |
|
|
<artifactId>portals-bridges-portletfilter</artifactId> |
|
|
<version>1.0</version> |
|
|
<type>jar</type> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
| 72 |
<id>servletapi</id> |
<id>servletapi</id> |
| 73 |
<version>2.3</version> |
<version>2.3</version> |
| 74 |
<properties> |
<properties> |
| 136 |
</properties> |
</properties> |
| 137 |
</dependency> |
</dependency> |
| 138 |
|
|
| 139 |
<dependency> |
<dependency> |
| 140 |
<groupId>myfaces</groupId> |
<groupId>myfaces</groupId> |
| 141 |
<artifactId>myfaces-all</artifactId> |
<artifactId>myfaces-api</artifactId> |
| 142 |
<version>1.1.1</version> |
<version>1.1.3</version> |
| 143 |
<properties> |
<type>jar</type> |
| 144 |
<war.bundle>true</war.bundle> |
<properties> |
| 145 |
</properties> |
<war.bundle>true</war.bundle> |
| 146 |
</dependency> |
</properties> |
| 147 |
|
</dependency> |
| 148 |
|
<dependency> |
| 149 |
|
<groupId>myfaces</groupId> |
| 150 |
|
<artifactId>myfaces-impl</artifactId> |
| 151 |
|
<version>1.1.3</version> |
| 152 |
|
<type>jar</type> |
| 153 |
|
<properties> |
| 154 |
|
<war.bundle>true</war.bundle> |
| 155 |
|
</properties> |
| 156 |
|
</dependency> |
| 157 |
|
<dependency> |
| 158 |
|
<groupId>org.apache.myfaces.tomahawk</groupId> |
| 159 |
|
<artifactId>tomahawk</artifactId> |
| 160 |
|
<version>1.1.3</version> |
| 161 |
|
<type>jar</type> |
| 162 |
|
<properties> |
| 163 |
|
<war.bundle>true</war.bundle> |
| 164 |
|
</properties> |
| 165 |
|
</dependency> |
| 166 |
|
|
| 167 |
<dependency> |
<dependency> |
| 168 |
<groupId>commons-logging</groupId> |
<groupId>commons-logging</groupId> |
| 294 |
</properties> |
</properties> |
| 295 |
</dependency> |
</dependency> |
| 296 |
|
|
|
<!-- Seasar2 --> |
|
|
|
|
|
<dependency> |
|
|
<groupId>aopalliance</groupId> |
|
|
<artifactId>aopalliance</artifactId> |
|
|
<version>1.0</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>geronimo-spec</groupId> |
|
|
<artifactId>geronimo-spec-j2ee</artifactId> |
|
|
<version>1.4-rc4</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>javassist</groupId> |
|
|
<artifactId>javassist</artifactId> |
|
|
<version>3.0</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>poi</groupId> |
|
|
<artifactId>poi</artifactId> |
|
|
<version>2.5.1-final-20040804</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>ognl</groupId> |
|
|
<artifactId>ognl</artifactId> |
|
|
<version>2.6.5</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>seasar</groupId> |
|
|
<artifactId>s2-extension</artifactId> |
|
|
<version>2.4.0-beta-1</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>seasar</groupId> |
|
|
<artifactId>s2-framework</artifactId> |
|
|
<version>2.4.0-beta-1</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>seasar</groupId> |
|
|
<artifactId>s2-hibernate</artifactId> |
|
|
<version>1.1.2</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<groupId>seasar</groupId> |
|
|
<artifactId>s2-portlet</artifactId> |
|
|
<version>1.0.0</version> |
|
|
<properties> |
|
|
<war.bundle>true</war.bundle> |
|
|
</properties> |
|
|
</dependency> |
|
|
|
|
| 297 |
</dependencies> |
</dependencies> |
| 298 |
|
|
| 299 |
|
|
| 311 |
<includes> |
<includes> |
| 312 |
<include>**/*.properties</include> |
<include>**/*.properties</include> |
| 313 |
<include>**/*.xml</include> |
<include>**/*.xml</include> |
|
<include>**/*.dicon</include> |
|
| 314 |
</includes> |
</includes> |
| 315 |
<filtering>false</filtering> |
<filtering>false</filtering> |
| 316 |
</resource> |
</resource> |