svnno****@sourc*****
svnno****@sourc*****
2007年 10月 30日 (火) 09:39:06 JST
Revision: 670 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=670 Author: shinsuke Date: 2007-10-30 09:39:05 +0900 (Tue, 30 Oct 2007) Log Message: ----------- updated dependencies and repo info. Modified Paths: -------------- wiki/trunk/pom.xml -------------- next part -------------- Modified: wiki/trunk/pom.xml =================================================================== --- wiki/trunk/pom.xml 2007-10-30 00:37:48 UTC (rev 669) +++ wiki/trunk/pom.xml 2007-10-30 00:39:05 UTC (rev 670) @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>jp.sf.pal</groupId> <artifactId>wiki</artifactId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> <packaging>war</packaging> <name>Wiki Portlet Using Teeda</name> <description/> @@ -119,7 +119,7 @@ <repository> <id>maven.marevol.com</id> <name>Maven2 Repository on marevol.com</name> - <url>http://www.marevol.com/maven2</url> + <url>http://maven2.marevol.com/</url> </repository> <repository> <id>maven.seasar.org</id> @@ -177,14 +177,12 @@ <dependency> <groupId>org.seasar.teeda</groupId> <artifactId>teeda-core</artifactId> - <version>1.0.7-20070510</version> - <type>jar</type> + <version>1.0.8</version> </dependency> <dependency> <groupId>org.seasar.teeda</groupId> <artifactId>teeda-extension</artifactId> - <version>1.0.7-20070510</version> - <type>jar</type> + <version>1.0.8</version> </dependency> <dependency> <groupId>org.seasar.portlet</groupId> @@ -194,7 +192,25 @@ <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> @@ -205,13 +221,11 @@ <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> + <version>1.2.9</version> </dependency> </dependencies> <reporting>