Move log4j version to parent/pom
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c2c9ced1 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c2c9ced1 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c2c9ced1 Branch: refs/heads/2.7.x-fixes Commit: c2c9ced19b5acab856e4ef81a2c9e62ca9e14c2d Parents: a120b17 Author: Daniel Kulp <[email protected]> Authored: Wed Apr 2 11:28:31 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Apr 4 10:04:23 2014 -0400 ---------------------------------------------------------------------- api/pom.xml | 1 - parent/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c2c9ced1/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 41eb88f..e857663 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -87,7 +87,6 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.17</version> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/c2c9ced1/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d3e09ba..b46b30a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -535,6 +535,11 @@ <dependencyManagement> <dependencies> <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>${cxf.log4j.version}</version> + </dependency> + <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>${cxf.javax.ws.rs.version}</version>
