zouxuan vor 5 Monaten
Ursprung
Commit
4fdae36b45
1 geänderte Dateien mit 10 neuen und 4 gelöschten Zeilen
  1. 10 4
      mec-biz/pom.xml

+ 10 - 4
mec-biz/pom.xml

@@ -25,10 +25,6 @@
 					<artifactId>mybatis-plus-annotation</artifactId>
 					<groupId>com.baomidou</groupId>
 				</exclusion>
-				<exclusion>
-					<artifactId>microsvc-common-tools</artifactId>
-					<groupId>com.microsvc.toolkit.common</groupId>
-				</exclusion>
 			</exclusions>
 		</dependency>
 		<dependency>
@@ -48,6 +44,12 @@
 		<dependency>
 			<groupId>com.ym</groupId>
 			<artifactId>mec-thirdparty</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>commons-logging</artifactId>
+					<groupId>commons-logging</groupId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 
 <!--        <dependency>
@@ -124,6 +126,10 @@
 					<artifactId>fastjson</artifactId>
 					<groupId>com.alibaba</groupId>
 				</exclusion>
+				<exclusion>
+					<artifactId>commons-logging</artifactId>
+					<groupId>commons-logging</groupId>
+				</exclusion>
 			</exclusions>
 			<groupId>com.microsvc.toolkit.common</groupId>
 			<version>${com.microsvc.toolkit.version}</version>