hecheng hace 3 años
padre
commit
a2fce91a54
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>