You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by es...@apache.org on 2011/08/17 22:55:31 UTC

svn commit: r1158904 - /incubator/flume/branches/flume-728/flume-ng-node/pom.xml

Author: esammer
Date: Wed Aug 17 20:55:31 2011
New Revision: 1158904

URL: http://svn.apache.org/viewvc?rev=1158904&view=rev
Log:
- Added a dependency on commons-cli.

Modified:
    incubator/flume/branches/flume-728/flume-ng-node/pom.xml

Modified: incubator/flume/branches/flume-728/flume-ng-node/pom.xml
URL: http://svn.apache.org/viewvc/incubator/flume/branches/flume-728/flume-ng-node/pom.xml?rev=1158904&r1=1158903&r2=1158904&view=diff
==============================================================================
--- incubator/flume/branches/flume-728/flume-ng-node/pom.xml (original)
+++ incubator/flume/branches/flume-728/flume-ng-node/pom.xml Wed Aug 17 20:55:31 2011
@@ -44,6 +44,11 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>