diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 14b6e15340f8..2c49046c69ae 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -178,6 +178,7 @@ org.junit.vintage junit-vintage-engine + test diff --git a/pom.xml b/pom.xml index 2caa6fac2887..060c016b61a7 100644 --- a/pom.xml +++ b/pom.xml @@ -1210,6 +1210,12 @@ org.apache.httpcomponents httpclient ${httpclient.version} + + + commons-logging + commons-logging + + org.apache.httpcomponents @@ -1221,6 +1227,17 @@ commons-codec ${commons-codec.version} + + commons-validator + commons-validator + ${commons-validator.version} + + + commons-logging + commons-logging + + + commons-io commons-io @@ -1241,14 +1258,6 @@ commons-cli ${commons-cli.version} - - - commons-logging - commons-logging - 1.2 - org.apache.zookeeper zookeeper @@ -2155,8 +2164,7 @@ commons-logging:commons-logging - We don't use commons-logging any more, so do not depend on it directly. - false + We don't use commons-logging any more, so do not depend on it directly. We are also using jcl-over-slf4j for libraries so exclude any transitive commons-logging dependencies. @@ -3419,6 +3427,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3470,6 +3482,10 @@ com.codahale.metrics metrics-core + + commons-logging + commons-logging + @@ -3507,6 +3523,10 @@ com.codahale.metrics metrics-core + + commons-logging + commons-logging + @@ -3563,6 +3583,10 @@ com.codahale.metrics metrics-core + + commons-logging + commons-logging + @@ -3618,6 +3642,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3675,6 +3703,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3773,6 +3805,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3838,6 +3874,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging + @@ -3871,6 +3911,10 @@ org.slf4j slf4j-reload4j + + commons-logging + commons-logging +