FLUME-1412. Add missing commons-collections to pom (Hari Shreedharan via Mike Percy)
git-svn-id: https://svn.apache.org/repos/asf/flume/trunk@1368363 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/4abf81a5 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4abf81a5 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4abf81a5 Branch: refs/heads/master Commit: 4abf81a50834240f90f2360c1003fd716944b6be Parents: e9e7f65 Author: Mubarak Seyed <[email protected]> Authored: Thu Aug 2 06:33:21 2012 +0000 Committer: Mubarak Seyed <[email protected]> Committed: Thu Aug 2 06:33:21 2012 +0000 ---------------------------------------------------------------------- flume-ng-channels/flume-file-channel/pom.xml | 5 +++++ pom.xml | 6 ++++++ 2 files changed, 11 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/4abf81a5/flume-ng-channels/flume-file-channel/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-file-channel/pom.xml b/flume-ng-channels/flume-file-channel/pom.xml index 24c9323..cd882e5 100644 --- a/flume-ng-channels/flume-file-channel/pom.xml +++ b/flume-ng-channels/flume-file-channel/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/flume/blob/4abf81a5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f91c09d..8c67610 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
