Author: sdeboy
Date: Fri May 21 07:20:36 2010
New Revision: 946917
URL: http://svn.apache.org/viewvc?rev=946917&view=rev
Log:
Updating chainsaw pom to ensure all libraries (including commons-logging and
commons-vfs) are included in the 'repo' folder, allowing
VFSLogFilePatternReceiver configurations to work 'out of the box' when running
target/appassembler/bin/chainsaw.bat or .sh scripts.
Modified:
logging/chainsaw/trunk/pom.xml
Modified: logging/chainsaw/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?rev=946917&r1=946916&r2=946917&view=diff
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Fri May 21 07:20:36 2010
@@ -360,7 +360,11 @@
<groupId>commons-vfs</groupId>
<artifactId>commons-vfs</artifactId>
<version>1.0</version>
- <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
</dependency>
<dependency>
<groupId>jakarta-regexp</groupId>
@@ -378,7 +382,6 @@
<artifactId>javaee-api</artifactId>
<version>5.0-2</version>
<type>jar</type>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>