Author: ate
Date: Fri Aug 15 05:25:56 2008
New Revision: 686202

URL: http://svn.apache.org/viewvc?rev=686202&view=rev
Log:
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/trunk/components/jetspeed-deploy-tools/pom.xml

Modified: 
portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml?rev=686202&r1=686201&r2=686202&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml 
(original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-deploy-tools/pom.xml 
Fri Aug 15 05:25:56 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