From c7f358f4bffcf641c36cbbe235db0ade3e14f56c Mon Sep 17 00:00:00 2001
From: doleyzi <43397300+doleyzi@users.noreply.github.com>
Date: Thu, 10 Oct 2024 09:56:07 +0800
Subject: [PATCH] [INLONG-11315][Audit] Resolve the conflict between the Audit
SDK and other components' Protobuf versions (#11316)
---
inlong-audit/audit-common/pom.xml | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/inlong-audit/audit-common/pom.xml b/inlong-audit/audit-common/pom.xml
index 3ecbd4b3d78..aaf5048b298 100644
--- a/inlong-audit/audit-common/pom.xml
+++ b/inlong-audit/audit-common/pom.xml
@@ -67,6 +67,36 @@
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ ${plugin.shade.version}
+
+
+ shade-audit
+
+ shade
+
+ package
+
+
+ false
+
+
+ org.apache.inlong:*
+ com.google.protobuf:*
+
+
+
+
+ com.google.protobuf
+ org.apache.inlong.audit.shaded.com.google.protobuf
+
+
+
+
+
+