Author: vmassol
Date: 2008-01-12 09:44:52 +0100 (Sat, 12 Jan 2008)
New Revision: 6794

Modified:
   xwiki-platform/core/trunk/xwiki-core/pom.xml
Log:
XWIKI-1645: build time/test jars should not be packaged with xwiki + possible 
bloat

Made portlet jar use a provided scope.

Modified: xwiki-platform/core/trunk/xwiki-core/pom.xml
===================================================================
--- xwiki-platform/core/trunk/xwiki-core/pom.xml        2008-01-12 00:10:14 UTC 
(rev 6793)
+++ xwiki-platform/core/trunk/xwiki-core/pom.xml        2008-01-12 08:44:52 UTC 
(rev 6794)
@@ -318,8 +318,7 @@
       <groupId>portlet-api</groupId>
       <artifactId>portlet-api</artifactId>
       <version>1.0</version>
-      <!-- TODO: Should the scope be "provided"?
-      <scope>provided</scope-->
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>struts</groupId>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to