svnno****@sourc*****
svnno****@sourc*****
2007年 9月 26日 (水) 18:28:41 JST
Revision: 584 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=584 Author: shinsuke Date: 2007-09-26 18:28:41 +0900 (Wed, 26 Sep 2007) Log Message: ----------- updated dependencies. Modified Paths: -------------- s2helloworld/trunk/pom.xml -------------- next part -------------- Modified: s2helloworld/trunk/pom.xml =================================================================== --- s2helloworld/trunk/pom.xml 2007-09-25 09:12:34 UTC (rev 583) +++ s2helloworld/trunk/pom.xml 2007-09-26 09:28:41 UTC (rev 584) @@ -32,35 +32,82 @@ <scope>compile</scope> </dependency> @@@@ SERVLET DEV: END --> -<!-- FOR TEST <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.3</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>portlet-api</groupId> + <artifactId>portlet-api</artifactId> + <version>1.0</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.seasar.container</groupId> <artifactId>s2-framework</artifactId> - <version>2.4.12-SNAPSHOT</version> - <type>jar</type> + <version>2.4.17</version> </dependency> <dependency> <groupId>org.seasar.container</groupId> <artifactId>s2-extension</artifactId> - <version>2.4.12-SNAPSHOT</version> - <type>jar</type> + <version>2.4.17</version> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> ---> <dependency> + <groupId>org.seasar.container</groupId> + <artifactId>s2-tiger</artifactId> + <version>2.4.17</version> + <exclusions> + <exclusion> + <groupId>org.easymock</groupId> + <artifactId>easymock</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.seasar.teeda</groupId> <artifactId>teeda-extension</artifactId> - <version>1.0.7-SNAPSHOT</version> - <type>jar</type> + <version>1.0.11-RC2</version> </dependency> <dependency> + <groupId>org.seasar.teeda</groupId> + <artifactId>teeda-tiger</artifactId> + <version>1.0.11-RC2</version> + </dependency> + <dependency> <groupId>org.seasar.portlet</groupId> <artifactId>s2-portlet</artifactId> - <version>1.0.7-SNAPSHOT</version> + <version>1.0.7</version> </dependency> <dependency> <groupId>org.apache.portals.bridges</groupId> <artifactId>portals-bridges-portletfilter</artifactId> - <version>1.0.2-dev</version> + <version>1.0.3</version> + <exclusions> + <exclusion> + <groupId>logkit</groupId> + <artifactId>logkit</artifactId> + </exclusion> + <exclusion> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework</artifactId> + </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>jp.sf.pal</groupId> @@ -71,27 +118,23 @@ <groupId>jp.sf.pal</groupId> <artifactId>portlet-output-optimizer</artifactId> <version>0.2</version> - <type>jar</type> </dependency> <!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.13</version> - <type>jar</type> </dependency> --> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.2</version> - <type>jar</type> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> <version>2.6.2</version> - <type>jar</type> </dependency> </dependencies> </project>