Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/s2helloworld/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download) (as text)
Sat Dec 9 07:13:29 2006 UTC (17 years, 4 months ago) by shinsuke
Branch: MAIN
Changes since 1.1: +59 -2 lines
File MIME type: application/xml
supported faces-dev-filter

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26