| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>jp.sf.pal</groupId> |
| 5 |
<artifactId>s2helloworld</artifactId> |
| 6 |
<version>1.1-SNAPSHOT</version> |
| 7 |
<packaging>war</packaging> |
| 8 |
<name>Helloworld Portlet Using Teeda</name> |
| 9 |
<description/> |
| 10 |
<url>http://pal.sourceforge.jp/</url> |
| 11 |
<build> |
| 12 |
<finalName>s2helloworld</finalName> |
| 13 |
</build> |
| 14 |
<repositories> |
| 15 |
<repository> |
| 16 |
<id>maven.marevol.com</id> |
| 17 |
<name>Maven2 Repository on marevol.com</name> |
| 18 |
<url>http://www.marevol.com/maven2</url> |
| 19 |
</repository> |
| 20 |
<repository> |
| 21 |
<id>maven.seasar.org</id> |
| 22 |
<name>The Seasar Foundation Maven2 Repository</name> |
| 23 |
<url>http://maven.seasar.org/maven2</url> |
| 24 |
</repository> |
| 25 |
</repositories> |
| 26 |
<dependencies> |
| 27 |
<!-- SERVLET DEV: BEGIN @@@ |
| 28 |
<dependency> |
| 29 |
<groupId>jp.sf.pal</groupId> |
| 30 |
<artifactId>faces-dev-filter</artifactId> |
| 31 |
<version>0.1-SNAPSHOT</version> |
| 32 |
<scope>compile</scope> |
| 33 |
</dependency> |
| 34 |
@@@@ SERVLET DEV: END --> |
| 35 |
<dependency> |
| 36 |
<groupId>org.seasar.teeda</groupId> |
| 37 |
<artifactId>teeda-extension</artifactId> |
| 38 |
<version>1.0.2</version> |
| 39 |
<type>jar</type> |
| 40 |
</dependency> |
| 41 |
<dependency> |
| 42 |
<groupId>org.seasar.portlet</groupId> |
| 43 |
<artifactId>s2-portlet</artifactId> |
| 44 |
<version>1.0.6</version> |
| 45 |
</dependency> |
| 46 |
<dependency> |
| 47 |
<groupId>org.apache.portals.bridges</groupId> |
| 48 |
<artifactId>portals-bridges-portletfilter</artifactId> |
| 49 |
<version>1.0.1-20061109</version> |
| 50 |
</dependency> |
| 51 |
<dependency> |
| 52 |
<groupId>jp.sf.pal</groupId> |
| 53 |
<artifactId>faces-response-filter</artifactId> |
| 54 |
<version>0.1</version> |
| 55 |
</dependency> |
| 56 |
<dependency> |
| 57 |
<groupId>jp.sf.pal</groupId> |
| 58 |
<artifactId>portlet-output-optimizer</artifactId> |
| 59 |
<version>0.1-SNAPSHOT</version> |
| 60 |
<type>jar</type> |
| 61 |
</dependency> |
| 62 |
<dependency> |
| 63 |
<groupId>log4j</groupId> |
| 64 |
<artifactId>log4j</artifactId> |
| 65 |
<version>1.2.13</version> |
| 66 |
<type>jar</type> |
| 67 |
</dependency> |
| 68 |
<dependency> |
| 69 |
<groupId>xerces</groupId> |
| 70 |
<artifactId>xercesImpl</artifactId> |
| 71 |
<version>2.6.2</version> |
| 72 |
<type>jar</type> |
| 73 |
</dependency> |
| 74 |
<dependency> |
| 75 |
<groupId>xerces</groupId> |
| 76 |
<artifactId>xmlParserAPIs</artifactId> |
| 77 |
<version>2.6.2</version> |
| 78 |
<type>jar</type> |
| 79 |
</dependency> |
| 80 |
</dependencies> |
| 81 |
</project> |