This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new ee6e08ec5 fix buji-pac4j dependency issue (#3080)
ee6e08ec5 is described below
commit ee6e08ec5b7f2b29a510280aeeee1f76ede09c2c
Author: Killua <[email protected]>
AuthorDate: Thu Sep 14 16:38:01 2023 +0800
fix buji-pac4j dependency issue (#3080)
---
streampark-console/streampark-console-service/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/streampark-console/streampark-console-service/pom.xml
b/streampark-console/streampark-console-service/pom.xml
index 090b8ea76..a0169b5d2 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -206,6 +206,13 @@
<groupId>io.buji</groupId>
<artifactId>buji-pac4j</artifactId>
<version>${bujiVersion}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.pac4j</groupId>
+ <artifactId>pac4j-core</artifactId>
+ </exclusion>
+ </exclusions>
+
</dependency>
<!-- Include pac4j-config/core/oauth/oidc-->
<dependency>