[pal-cvs 2536] [268] excluded unneeded jar files.

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2007年 7月 16日 (月) 15:33:53 JST


Revision: 268
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=268
Author:   shinsuke
Date:     2007-07-16 15:33:53 +0900 (Mon, 16 Jul 2007)

Log Message:
-----------
excluded unneeded jar files.

Modified Paths:
--------------
    libraries/jsf4portlet/trunk/pom.xml


-------------- next part --------------
Modified: libraries/jsf4portlet/trunk/pom.xml
===================================================================
--- libraries/jsf4portlet/trunk/pom.xml	2007-07-16 06:23:46 UTC (rev 267)
+++ libraries/jsf4portlet/trunk/pom.xml	2007-07-16 06:33:53 UTC (rev 268)
@@ -50,7 +50,21 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
+      <version>1.1</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>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>junit</groupId>


pal-cvs メーリングリストの案内
アーカイブの一覧に戻る