Author: mubarak
Date: Thu Aug 2 06:33:21 2012
New Revision: 1368363
URL: http://svn.apache.org/viewvc?rev=1368363&view=rev
Log:
FLUME-1412. Add missing commons-collections to pom
(Hari Shreedharan via Mike Percy)
Modified:
flume/trunk/flume-ng-channels/flume-file-channel/pom.xml
flume/trunk/pom.xml
Modified: flume/trunk/flume-ng-channels/flume-file-channel/pom.xml
URL:
http://svn.apache.org/viewvc/flume/trunk/flume-ng-channels/flume-file-channel/pom.xml?rev=1368363&r1=1368362&r2=1368363&view=diff
==============================================================================
--- flume/trunk/flume-ng-channels/flume-file-channel/pom.xml (original)
+++ flume/trunk/flume-ng-channels/flume-file-channel/pom.xml Thu Aug 2
06:33:21 2012
@@ -63,6 +63,11 @@
</dependency>
<dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
Modified: flume/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/flume/trunk/pom.xml?rev=1368363&r1=1368362&r2=1368363&view=diff
==============================================================================
--- flume/trunk/pom.xml (original)
+++ flume/trunk/pom.xml Thu Aug 2 06:33:21 2012
@@ -696,6 +696,12 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.8.2.2</version>