You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2010/09/03 05:03:08 UTC

svn commit: r992188 - in /incubator/whirr/trunk: CHANGES.txt pom.xml

Author: tomwhite
Date: Fri Sep  3 03:03:08 2010
New Revision: 992188

URL: http://svn.apache.org/viewvc?rev=992188&view=rev
Log:
WHIRR-84. Log4j is missing from the CLI JAR.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/pom.xml

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=992188&r1=992187&r2=992188&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Fri Sep  3 03:03:08 2010
@@ -76,3 +76,5 @@ Release 0.1.0 - 2010-09-02
     WHIRR-79. Hadoop service is broken. (tomwhite)
 
     WHIRR-82. Integration tests should not run on "mvn install". (tomwhite)
+
+    WHIRR-84. Log4j is missing from the CLI JAR. (tomwhite)

Modified: incubator/whirr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/pom.xml?rev=992188&r1=992187&r2=992188&view=diff
==============================================================================
--- incubator/whirr/trunk/pom.xml (original)
+++ incubator/whirr/trunk/pom.xml Fri Sep  3 03:03:08 2010
@@ -112,7 +112,6 @@
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.15</version>
-        <scope>provided</scope>
         <exclusions>
           <exclusion>
             <groupId>javax.mail</groupId>