Author: julien_viet
Date: 2010-07-12 09:12:27 -0400 (Mon, 12 Jul 2010)
New Revision: 3610
Modified:
portal/trunk/component/scripting/pom.xml
portal/trunk/component/web/pom.xml
Log:
move the dependency on xml-parser from scripting to web module
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2010-07-12 12:11:28 UTC (rev 3609)
+++ portal/trunk/component/scripting/pom.xml 2010-07-12 13:12:27 UTC (rev 3610)
@@ -43,11 +43,6 @@
</dependency>
<dependency>
- <groupId>org.exoplatform.portal</groupId>
- <artifactId>exo.portal.component.xml-parser</artifactId>
- </dependency>
-
- <dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
</dependency>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2010-07-12 12:11:28 UTC (rev 3609)
+++ portal/trunk/component/web/pom.xml 2010-07-12 13:12:27 UTC (rev 3610)
@@ -58,6 +58,10 @@
<artifactId>exo.portal.component.resources</artifactId>
</dependency>
<dependency>
+ <groupId>org.exoplatform.portal</groupId>
+ <artifactId>exo.portal.component.xml-parser</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
</dependency>
Show replies by date