hecheng 3 anni fa
parent
commit
a2fce91a54
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      zd-auth/pom.xml

+ 6 - 0
zd-auth/pom.xml

@@ -54,6 +54,12 @@
         <dependency>
             <groupId>com.zd</groupId>
             <artifactId>zd-common-security</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.zd</groupId>
+                    <artifactId>zd-common-datasource</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
     </dependencies>