Updated Branches: refs/heads/trunk 1c84ab3e4 -> 40738b302
FLUME-1412. Add missing commons-collections to pom (Hari Shreedharan via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/40738b30 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/40738b30 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/40738b30 Branch: refs/heads/trunk Commit: 40738b30296758b707ce7e496b20ba6ececd9186 Parents: 1c84ab3 Author: Mike Percy <[email protected]> Authored: Tue Jul 31 18:28:20 2012 -0700 Committer: Mike Percy <[email protected]> Committed: Tue Jul 31 18:28:20 2012 -0700 ---------------------------------------------------------------------- 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/40738b30/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/40738b30/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>
