This is an automated email from the ASF dual-hosted git repository.
healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new ab193df0e [INLONG-4309][Manager] Supplement HBase dependencies and
license file (#4311)
ab193df0e is described below
commit ab193df0e88a119f038e4e05a3d531aa7feca507
Author: woofyzhao <[email protected]>
AuthorDate: Mon May 23 17:36:50 2022 +0800
[INLONG-4309][Manager] Supplement HBase dependencies and license file
(#4311)
---
inlong-manager/manager-service/pom.xml | 5 +++++
licenses/inlong-manager/LICENSE | 1 +
licenses/inlong-manager/NOTICE | 13 +++++++++++++
pom.xml | 8 ++++++++
4 files changed, 27 insertions(+)
diff --git a/inlong-manager/manager-service/pom.xml
b/inlong-manager/manager-service/pom.xml
index d745a7150..991fe121c 100644
--- a/inlong-manager/manager-service/pom.xml
+++ b/inlong-manager/manager-service/pom.xml
@@ -216,6 +216,11 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-client</artifactId>
+ </dependency>
+
</dependencies>
</project>
diff --git a/licenses/inlong-manager/LICENSE b/licenses/inlong-manager/LICENSE
index 341b5c888..04e703b80 100644
--- a/licenses/inlong-manager/LICENSE
+++ b/licenses/inlong-manager/LICENSE
@@ -565,6 +565,7 @@ The text of each license is the standard Apache 2.0 license.
com.google.guava:guava:19.0 - Guava: Google Core Libraries for Java
(https://github.com/google/guava), (The Apache Software License, Version 2.0)
com.google.inject:guice:3.0 - Google Guice - Core Library
(https://github.com/google/guice), (The Apache Software License, Version 2.0)
com.google.inject.extensions:guice-assistedinject:3.0 - Google Guice -
Extensions - AssistedInject
(https://github.com/google/guice/tree/3.0/extensions/assistedinject), (The
Apache Software License, Version 2.0)
+ org.apache.hbase:hbase-client:2.4.12 - HBase Client
(https://hbase.apache.org/), (Apache License, Version 2.0)
org.hibernate.validator:hibernate-validator:6.2.3.Final - Hibernate
Validator Engine
(https://github.com/hibernate/hibernate-validator/tree/6.2.3.Final), (Apache
License 2.0)
com.zaxxer:HikariCP:4.0.3 - HikariCP
(https://github.com/brettwooldridge/HikariCP/tree/HikariCP-4.0.3), (The Apache
Software License, Version 2.0)
org.apache.hive:hive-common:3.1.2 - Hive Common
(https://github.com/apache/hive/tree/rel/release-3.1.2/common), (Apache
License, Version 2.0)
diff --git a/licenses/inlong-manager/NOTICE b/licenses/inlong-manager/NOTICE
index b2d09c5ee..3b660a5cd 100644
--- a/licenses/inlong-manager/NOTICE
+++ b/licenses/inlong-manager/NOTICE
@@ -1715,6 +1715,19 @@ the following copyright notice:
+========================================================================
+
+Apache Hbase - Client
+========================================================================
+
+Apache HBase - Client
+Copyright 2007-2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+
+
========================================================================
aircompressor NOTICE
diff --git a/pom.xml b/pom.xml
index 094ecddb1..49c034ea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,6 +180,7 @@
<clickhouse-jdbc.version>0.3.1</clickhouse-jdbc.version>
<hive.version>3.1.2</hive.version>
<flume.version>1.9.0</flume.version>
+ <hbase.version>2.4.12</hbase.version>
<velocity.tools.generic.version>3.1</velocity.tools.generic.version>
<velocity.engine.core.version>2.3</velocity.engine.core.version>
@@ -481,6 +482,13 @@
<version>${clickhouse-jdbc.version}</version>
</dependency>
+ <!-- hbase -->
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-client</artifactId>
+ <version>${hbase.version}</version>
+ </dependency>
+
<!-- db -->
<dependency>
<groupId>org.apache.shiro</groupId>