Author: sdumitriu
Date: 2008-01-12 21:20:59 +0100 (Sat, 12 Jan 2008)
New Revision: 6800
Modified:
xwiki-platform/web/trunk/gwt/pom.xml
Log:
[build] Add portlet-api as a provided dependency for platform-web-gwt.
It used to be pulled in by xwiki-core.
Modified: xwiki-platform/web/trunk/gwt/pom.xml
===================================================================
--- xwiki-platform/web/trunk/gwt/pom.xml 2008-01-12 18:08:37 UTC (rev
6799)
+++ xwiki-platform/web/trunk/gwt/pom.xml 2008-01-12 20:20:59 UTC (rev
6800)
@@ -74,6 +74,12 @@
<version>2.4</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>portlet-api</groupId>
+ <artifactId>portlet-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications