You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/08/15 14:26:41 UTC

svn commit: r686203 - /portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-deploy-tools/pom.xml

Author: ate
Date: Fri Aug 15 05:26:41 2008
New Revision: 686203

URL: http://svn.apache.org/viewvc?rev=686203&view=rev
Log:
Synchronizing with trunk update:

Fix dependencies for jetspeed-deploy-tools, jaxen en saxpath are required deps, not automatically provided at runtime
Shinsuke: thanks for finding these 

Modified:
    portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-deploy-tools/pom.xml

Modified: portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-deploy-tools/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-deploy-tools/pom.xml?rev=686203&r1=686202&r2=686203&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-deploy-tools/pom.xml (original)
+++ portals/jetspeed-2/portal/branches/JS2-869/components/jetspeed-deploy-tools/pom.xml Fri Aug 15 05:26:41 2008
@@ -51,17 +51,13 @@
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
     </dependency>
-
-    <!-- Runtime Dependencies -->
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>saxpath</groupId>
       <artifactId>saxpath</artifactId>
-      <scope>runtime</scope>
     </dependency>
 
   </dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org