Updated Branches: refs/heads/trunk afc806f2e -> a34cdb0ea
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/a34cdb0e Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/a34cdb0e Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/a34cdb0e Branch: refs/heads/trunk Commit: a34cdb0eaaa9f37732e19cf932219ef090ad2281 Parents: afc806f Author: Mike Percy <[email protected]> Authored: Mon Jul 15 15:00:39 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Mon Jul 15 15:00:39 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/a34cdb0e/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>
