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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to