Updated Branches: refs/heads/flume-1.5 f8358f22a -> c200cbe4c
FLUME-2121. Upgrade Flume to log4j 1.2.17 to be in sync with HDFS/HBase. (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/c200cbe4 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c200cbe4 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c200cbe4 Branch: refs/heads/flume-1.5 Commit: c200cbe4c560bcf22e3d195661c0b96e6be5a39e Parents: f8358f2 Author: Mike Percy <[email protected]> Authored: Mon Jul 15 15:00:39 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Mon Jul 15 15:01:41 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/c200cbe4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 15e6d9b..1405cda 100644 --- a/pom.xml +++ b/pom.xml @@ -672,7 +672,7 @@ limitations under the License. <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.16</version> + <version>1.2.17</version> <exclusions> <exclusion> <groupId>com.sun.jdmk</groupId>
