Author: sgoeschl
Date: Thu Mar 4 14:09:08 2010
New Revision: 918994
URL: http://svn.apache.org/viewvc?rev=918994&view=rev
Log:
Updating to the latest dependencies.
Modified:
turbine/fulcrum/trunk/quartz/pom.xml
Modified: turbine/fulcrum/trunk/quartz/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/quartz/pom.xml?rev=918994&r1=918993&r2=918994&view=diff
==============================================================================
--- turbine/fulcrum/trunk/quartz/pom.xml (original)
+++ turbine/fulcrum/trunk/quartz/pom.xml Thu Mar 4 14:09:08 2010
@@ -71,19 +71,21 @@
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.1.3</version>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
<version>1.5.2</version>
- <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.avalon.framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
<version>4.3.1</version>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.fulcrum</groupId>