This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
     new 64873ffc3 [Feature] [1.2.0] When linkis-gateway is debugged locally, 
knife4j-related class dependencies conflict. (#2455)
64873ffc3 is described below

commit 64873ffc392b38b01a9a90f65d51dcab994a50ee
Author: weixiao <[email protected]>
AuthorDate: Mon Jul 11 10:14:27 2022 +0800

    [Feature] [1.2.0] When linkis-gateway is debugged locally, knife4j-related 
class dependencies conflict. (#2455)
---
 .../linkis-service-gateway/linkis-gateway-core/pom.xml       | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git 
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-core/pom.xml
 
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-core/pom.xml
index 4cd7d30a0..cf46d5848 100644
--- 
a/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-core/pom.xml
+++ 
b/linkis-spring-cloud-services/linkis-service-gateway/linkis-gateway-core/pom.xml
@@ -58,6 +58,18 @@
                     <artifactId>jackson-databind</artifactId>
                     <groupId>com.fasterxml.jackson.core</groupId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>*</artifactId>
+                    <groupId>com.github.xiaoymin</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>*</artifactId>
+                    <groupId>io.springfox</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>*</artifactId>
+                    <groupId>io.swagger</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to