This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 0fee4a1fa4 [INLONG-9980][Manager] Remove the derby.jar file from the
manager project (#9981)
0fee4a1fa4 is described below
commit 0fee4a1fa438f41fe3823c4fb2322591003020ae
Author: Hao <[email protected]>
AuthorDate: Mon Apr 15 13:01:58 2024 +0800
[INLONG-9980][Manager] Remove the derby.jar file from the manager project
(#9981)
---
inlong-manager/manager-service/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/inlong-manager/manager-service/pom.xml
b/inlong-manager/manager-service/pom.xml
index 1a0d975776..2227f8c587 100644
--- a/inlong-manager/manager-service/pom.xml
+++ b/inlong-manager/manager-service/pom.xml
@@ -224,6 +224,12 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore</artifactId>
<version>${hive3x.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
@@ -467,6 +473,12 @@
<groupId>org.apache.inlong</groupId>
<artifactId>sdk-common</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>