You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by ar...@apache.org on 2012/03/14 00:45:02 UTC

svn commit: r1300417 - /incubator/flume/branches/branch-1.1.0/flume-ng-core/pom.xml

Author: arvind
Date: Tue Mar 13 23:45:02 2012
New Revision: 1300417

URL: http://svn.apache.org/viewvc?rev=1300417&view=rev
Log:
FLUME-1027. Mising log4j library in Flume distribution

(Mike Percy via Arvind Prabhakar)

Modified:
    incubator/flume/branches/branch-1.1.0/flume-ng-core/pom.xml

Modified: incubator/flume/branches/branch-1.1.0/flume-ng-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/flume/branches/branch-1.1.0/flume-ng-core/pom.xml?rev=1300417&r1=1300416&r2=1300417&view=diff
==============================================================================
--- incubator/flume/branches/branch-1.1.0/flume-ng-core/pom.xml (original)
+++ incubator/flume/branches/branch-1.1.0/flume-ng-core/pom.xml Tue Mar 13 23:45:02 2012
@@ -71,7 +71,6 @@ limitations under the License.
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>