Author: sgoeschl
Date: Tue Mar 23 21:13:20 2010
New Revision: 926784
URL: http://svn.apache.org/viewvc?rev=926784&view=rev
Log:
Pulling in a newer version of commons-logging
Modified:
turbine/fulcrum/trunk/cache/pom.xml
turbine/fulcrum/trunk/cache/xdocs/changes.xml
Modified: turbine/fulcrum/trunk/cache/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/pom.xml?rev=926784&r1=926783&r2=926784&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/pom.xml (original)
+++ turbine/fulcrum/trunk/cache/pom.xml Tue Mar 23 21:13:20 2010
@@ -86,6 +86,13 @@
<version>1.3</version>
<optional>true</optional>
</dependency>
+ <dependency>
+ <!-- pull in a newer version of commons-logging than JCS -->
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ <optional>true</optional>
+ </dependency>
<!-- testing dependencies -->
<dependency>
<groupId>org.apache.fulcrum</groupId>
@@ -99,15 +106,6 @@
<version>1.0.6</version>
<scope>test</scope>
</dependency>
- <!-- To test with ECM -->
- <!--
- <dependency>
- <groupId>excalibur-component</groupId>
- <artifactId>excalibur-component</artifactId>
- <version>2.1</version>
- <scope>test</scope>
- </dependency>
- -->
</dependencies>
<build>
Modified: turbine/fulcrum/trunk/cache/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/cache/xdocs/changes.xml?rev=926784&r1=926783&r2=926784&view=diff
==============================================================================
--- turbine/fulcrum/trunk/cache/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/cache/xdocs/changes.xml Tue Mar 23 21:13:20 2010
@@ -25,6 +25,10 @@
<body>
<release version="1.1.0" date="in Subversion">
+ <action type="update" dev="sgoeschl" date="2010-03-22">
+ Pulling in commons-logging-1.1.1 to avoid the 1.1 version
+ which depends on an outdated Avalon framework
+ </action>
<action type="update" dev="sgoeschl" date="2010-03-18">
Updating the M2 build.
</action>