Repository: hive Updated Branches: refs/heads/master 0cb2a6cd5 -> c2ba457bb
HIVE-19524 : pom.xml typo: "commmons-logging" groupId (Laszlo Bodor via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/c2ba457b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/c2ba457b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/c2ba457b Branch: refs/heads/master Commit: c2ba457bbb02a8d4fd4731e5f0781a376c8bf6c6 Parents: 0cb2a6c Author: Laszlo Bodor <[email protected]> Authored: Tue May 29 23:20:04 2018 -0700 Committer: Ashutosh Chauhan <[email protected]> Committed: Tue May 29 23:20:04 2018 -0700 ---------------------------------------------------------------------- accumulo-handler/pom.xml | 2 +- common/pom.xml | 6 +++--- druid-handler/pom.xml | 2 +- hbase-handler/pom.xml | 12 ++++++------ hcatalog/core/pom.xml | 12 ++++++------ hcatalog/hcatalog-pig-adapter/pom.xml | 4 ++-- hcatalog/streaming/pom.xml | 4 ++-- hcatalog/webhcat/svr/pom.xml | 2 +- itests/hcatalog-unit/pom.xml | 8 ++++---- itests/hive-blobstore/pom.xml | 14 +++++++------- itests/hive-minikdc/pom.xml | 10 +++++----- itests/hive-unit-hadoop2/pom.xml | 10 +++++----- itests/hive-unit/pom.xml | 20 ++++++++++---------- itests/qtest-accumulo/pom.xml | 14 +++++++------- itests/qtest-spark/pom.xml | 10 +++++----- itests/qtest/pom.xml | 14 +++++++------- itests/util/pom.xml | 6 +++--- jdbc-handler/pom.xml | 2 +- llap-client/pom.xml | 8 ++++---- llap-common/pom.xml | 12 ++++++------ llap-ext-client/pom.xml | 8 ++++---- llap-server/pom.xml | 16 ++++++++-------- llap-tez/pom.xml | 12 ++++++------ metastore/pom.xml | 10 +++++----- pom.xml | 14 +++++++------- ql/pom.xml | 16 ++++++++-------- serde/pom.xml | 4 ++-- service/pom.xml | 10 +++++----- shims/0.23/pom.xml | 10 +++++----- shims/common/pom.xml | 2 +- spark-client/pom.xml | 2 +- standalone-metastore/pom.xml | 15 ++++++++++----- streaming/pom.xml | 2 +- 33 files changed, 149 insertions(+), 144 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/accumulo-handler/pom.xml ---------------------------------------------------------------------- diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index 6ab43e0..ec9575e 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -123,7 +123,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 0d4d297..91d9ce0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -159,7 +159,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -174,7 +174,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -198,7 +198,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/druid-handler/pom.xml ---------------------------------------------------------------------- diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml index c7e4457..ef1231f 100644 --- a/druid-handler/pom.xml +++ b/druid-handler/pom.xml @@ -207,7 +207,7 @@ <artifactId>guava</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/hbase-handler/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml index 37b68b9..be8e0b9 100644 --- a/hbase-handler/pom.xml +++ b/hbase-handler/pom.xml @@ -56,7 +56,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -87,7 +87,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -106,7 +106,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -156,7 +156,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -177,7 +177,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -213,7 +213,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/hcatalog/core/pom.xml ---------------------------------------------------------------------- diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml index 0687d66..4315527 100644 --- a/hcatalog/core/pom.xml +++ b/hcatalog/core/pom.xml @@ -115,7 +115,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -130,7 +130,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -165,7 +165,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -188,7 +188,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -204,7 +204,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -221,7 +221,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/hcatalog/hcatalog-pig-adapter/pom.xml ---------------------------------------------------------------------- diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml index 817a389..b08e255 100644 --- a/hcatalog/hcatalog-pig-adapter/pom.xml +++ b/hcatalog/hcatalog-pig-adapter/pom.xml @@ -132,7 +132,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -149,7 +149,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/hcatalog/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/hcatalog/streaming/pom.xml b/hcatalog/streaming/pom.xml index e3bc140..e8555c8 100644 --- a/hcatalog/streaming/pom.xml +++ b/hcatalog/streaming/pom.xml @@ -84,7 +84,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -109,7 +109,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/hcatalog/webhcat/svr/pom.xml ---------------------------------------------------------------------- diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml index ff14992..5c093b0 100644 --- a/hcatalog/webhcat/svr/pom.xml +++ b/hcatalog/webhcat/svr/pom.xml @@ -153,7 +153,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/hcatalog-unit/pom.xml ---------------------------------------------------------------------- diff --git a/itests/hcatalog-unit/pom.xml b/itests/hcatalog-unit/pom.xml index 5f3f8c5..a1d2149 100644 --- a/itests/hcatalog-unit/pom.xml +++ b/itests/hcatalog-unit/pom.xml @@ -144,7 +144,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -161,7 +161,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -197,7 +197,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -225,7 +225,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/hive-blobstore/pom.xml ---------------------------------------------------------------------- diff --git a/itests/hive-blobstore/pom.xml b/itests/hive-blobstore/pom.xml index 0a21dc3..9466af2 100644 --- a/itests/hive-blobstore/pom.xml +++ b/itests/hive-blobstore/pom.xml @@ -97,7 +97,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -114,7 +114,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -131,7 +131,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -153,7 +153,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -181,7 +181,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -203,7 +203,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -225,7 +225,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/hive-minikdc/pom.xml ---------------------------------------------------------------------- diff --git a/itests/hive-minikdc/pom.xml b/itests/hive-minikdc/pom.xml index 24731aa..4d6e8a8 100644 --- a/itests/hive-minikdc/pom.xml +++ b/itests/hive-minikdc/pom.xml @@ -128,7 +128,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -161,7 +161,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -185,7 +185,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -207,7 +207,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -240,7 +240,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/hive-unit-hadoop2/pom.xml ---------------------------------------------------------------------- diff --git a/itests/hive-unit-hadoop2/pom.xml b/itests/hive-unit-hadoop2/pom.xml index 553292d..04e39b5 100644 --- a/itests/hive-unit-hadoop2/pom.xml +++ b/itests/hive-unit-hadoop2/pom.xml @@ -64,7 +64,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -148,7 +148,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -164,7 +164,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -199,7 +199,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -244,7 +244,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/hive-unit/pom.xml ---------------------------------------------------------------------- diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml index 49e9c60..5264617 100644 --- a/itests/hive-unit/pom.xml +++ b/itests/hive-unit/pom.xml @@ -122,7 +122,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -138,7 +138,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -251,7 +251,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -322,7 +322,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -350,7 +350,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -366,7 +366,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -388,7 +388,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -404,7 +404,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -426,7 +426,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -512,7 +512,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/qtest-accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml index df71c4b..1a1100c 100644 --- a/itests/qtest-accumulo/pom.xml +++ b/itests/qtest-accumulo/pom.xml @@ -170,7 +170,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -187,7 +187,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -217,7 +217,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -233,7 +233,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -322,7 +322,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -338,7 +338,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -354,7 +354,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/qtest-spark/pom.xml ---------------------------------------------------------------------- diff --git a/itests/qtest-spark/pom.xml b/itests/qtest-spark/pom.xml index 908048b..d0e7eb8 100644 --- a/itests/qtest-spark/pom.xml +++ b/itests/qtest-spark/pom.xml @@ -58,7 +58,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -187,7 +187,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -204,7 +204,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -234,7 +234,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -250,7 +250,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/qtest/pom.xml ---------------------------------------------------------------------- diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml index e8eabf8..ce08126 100644 --- a/itests/qtest/pom.xml +++ b/itests/qtest/pom.xml @@ -157,7 +157,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -174,7 +174,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -210,7 +210,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -226,7 +226,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -362,7 +362,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -384,7 +384,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -404,7 +404,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/itests/util/pom.xml ---------------------------------------------------------------------- diff --git a/itests/util/pom.xml b/itests/util/pom.xml index 4023222..7b70560 100644 --- a/itests/util/pom.xml +++ b/itests/util/pom.xml @@ -43,7 +43,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -199,7 +199,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -230,7 +230,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/jdbc-handler/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc-handler/pom.xml b/jdbc-handler/pom.xml index 8cc2a2a..e892708 100644 --- a/jdbc-handler/pom.xml +++ b/jdbc-handler/pom.xml @@ -80,7 +80,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/llap-client/pom.xml ---------------------------------------------------------------------- diff --git a/llap-client/pom.xml b/llap-client/pom.xml index 171a794..dc13803 100644 --- a/llap-client/pom.xml +++ b/llap-client/pom.xml @@ -83,7 +83,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -125,7 +125,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -141,7 +141,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -157,7 +157,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/llap-common/pom.xml ---------------------------------------------------------------------- diff --git a/llap-common/pom.xml b/llap-common/pom.xml index 90156f6..35f9b26 100644 --- a/llap-common/pom.xml +++ b/llap-common/pom.xml @@ -62,7 +62,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -78,7 +78,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -94,7 +94,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -110,7 +110,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -126,7 +126,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -144,7 +144,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/llap-ext-client/pom.xml ---------------------------------------------------------------------- diff --git a/llap-ext-client/pom.xml b/llap-ext-client/pom.xml index 0c09ad8..70e641d 100644 --- a/llap-ext-client/pom.xml +++ b/llap-ext-client/pom.xml @@ -62,7 +62,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -90,7 +90,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -106,7 +106,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -143,7 +143,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/llap-server/pom.xml ---------------------------------------------------------------------- diff --git a/llap-server/pom.xml b/llap-server/pom.xml index b7a5b3f..978d797 100644 --- a/llap-server/pom.xml +++ b/llap-server/pom.xml @@ -115,7 +115,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -131,7 +131,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -147,7 +147,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -176,7 +176,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -204,7 +204,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -260,7 +260,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -341,7 +341,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -360,7 +360,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/llap-tez/pom.xml ---------------------------------------------------------------------- diff --git a/llap-tez/pom.xml b/llap-tez/pom.xml index 3d29afa..3fdfe31 100644 --- a/llap-tez/pom.xml +++ b/llap-tez/pom.xml @@ -83,7 +83,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -111,7 +111,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -127,7 +127,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -143,7 +143,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -167,7 +167,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -206,7 +206,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/metastore/pom.xml ---------------------------------------------------------------------- diff --git a/metastore/pom.xml b/metastore/pom.xml index 800934d..dc1b4e8 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -70,7 +70,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -132,7 +132,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -148,7 +148,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -164,7 +164,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -180,7 +180,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 31960ac..db847a1 100644 --- a/pom.xml +++ b/pom.xml @@ -575,7 +575,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -729,7 +729,7 @@ <version>${hadoop.version}</version> <exclusions> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -740,7 +740,7 @@ <version>${hadoop.version}</version> <exclusions> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -759,7 +759,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -787,7 +787,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -806,7 +806,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -821,7 +821,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/ql/pom.xml ---------------------------------------------------------------------- diff --git a/ql/pom.xml b/ql/pom.xml index d52c307..0c181e5 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -190,7 +190,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -229,7 +229,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -553,7 +553,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -569,7 +569,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -601,7 +601,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -658,7 +658,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> @@ -690,7 +690,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -710,7 +710,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/serde/pom.xml ---------------------------------------------------------------------- diff --git a/serde/pom.xml b/serde/pom.xml index b07c792..8c37414 100644 --- a/serde/pom.xml +++ b/serde/pom.xml @@ -111,7 +111,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -160,7 +160,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index bccdbce..7ccbdd7 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -91,7 +91,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -200,7 +200,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -224,7 +224,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -281,7 +281,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -297,7 +297,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/shims/0.23/pom.xml ---------------------------------------------------------------------- diff --git a/shims/0.23/pom.xml b/shims/0.23/pom.xml index c4cf9ed..4e11ba5 100644 --- a/shims/0.23/pom.xml +++ b/shims/0.23/pom.xml @@ -57,7 +57,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -92,7 +92,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -108,7 +108,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -125,7 +125,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -147,7 +147,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/shims/common/pom.xml ---------------------------------------------------------------------- diff --git a/shims/common/pom.xml b/shims/common/pom.xml index c722dbb..d0c23c9 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -56,7 +56,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/spark-client/pom.xml ---------------------------------------------------------------------- diff --git a/spark-client/pom.xml b/spark-client/pom.xml index 8d80bda..c4d8178 100644 --- a/spark-client/pom.xml +++ b/spark-client/pom.xml @@ -86,7 +86,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/standalone-metastore/pom.xml ---------------------------------------------------------------------- diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 46a3746..2a34da2 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -63,6 +63,7 @@ <bonecp.version>0.8.0.RELEASE</bonecp.version> <commons-dbcp.version>1.4</commons-dbcp.version> <commons-lang3.version>3.2</commons-lang3.version> + <commons-logging.version>1.1.3</commons-logging.version> <datanucleus-api-jdo.version>4.2.4</datanucleus-api-jdo.version> <datanucleus-core.version>4.1.17</datanucleus-core.version> <datanucleus-jdo.version>3.2.0-m3</datanucleus-jdo.version> @@ -189,7 +190,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -211,7 +212,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -227,7 +228,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -243,7 +244,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> @@ -305,7 +306,11 @@ <artifactId>sqlline</artifactId> <version>${sqlline.version}</version> </dependency> - + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>${commons-logging.version}</version> + </dependency> <!-- test scope dependencies --> <dependency> http://git-wip-us.apache.org/repos/asf/hive/blob/c2ba457b/streaming/pom.xml ---------------------------------------------------------------------- diff --git a/streaming/pom.xml b/streaming/pom.xml index ffa69b6..99697a8 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -72,7 +72,7 @@ <artifactId>slf4j-log4j12</artifactId> </exclusion> <exclusion> - <groupId>commmons-logging</groupId> + <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions>
