diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 2ef0a64..545457c 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -131,8 +131,21 @@ jackson-mapper-asl - log4j - log4j + org.apache.logging.log4j + log4j-api + ${log4j.version} + test + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + test + + + org.apache.logging.log4j + log4j-jcl + ${log4j.version} test diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 60343ab..c8e7dd5 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -359,8 +359,19 @@ commons-math - log4j - log4j + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + org.apache.logging.log4j + log4j-jcl + ${log4j.version} org.apache.zookeeper diff --git a/pom.xml b/pom.xml index 75febab..ca1f62d 100644 --- a/pom.xml +++ b/pom.xml @@ -920,7 +920,7 @@ 1.6.8 4.11 3.0.3 - 1.2.17 + 2.0-rc1 1.9.0 2.5.0 0.9.0 @@ -1095,8 +1095,18 @@ ${jettison.version} - log4j - log4j + org.apache.logging.log4j + log4j-api + ${log4j.version} + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + + + org.apache.logging.log4j + log4j-jcl ${log4j.version} + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-core + + + org.apache.logging.log4j + log4j-jcl + + com.github.stephenc.findbugs findbugs-annotations ${findbugs-annotations} compile - - log4j - log4j - junit