Selaa lähdekoodia

fix依赖冲突

Eric 2 vuotta sitten
vanhempi
commit
f10b583685
2 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 6 0
      mec-biz/pom.xml
  2. 7 0
      pom.xml

+ 6 - 0
mec-biz/pom.xml

@@ -58,5 +58,11 @@
 			<version>1.0.0</version>
 		</dependency>
 
+		<!--修复依赖冲突-->
+		<dependency>
+			<groupId>org.jetbrains.kotlin</groupId>
+			<artifactId>kotlin-stdlib</artifactId>
+		</dependency>
+
     </dependencies>
 </project>

+ 7 - 0
pom.xml

@@ -227,6 +227,13 @@
 				<version>1.2.2</version>
 			</dependency>
 
+			<!--修复依赖冲突-->
+			<dependency>
+				<groupId>org.jetbrains.kotlin</groupId>
+				<artifactId>kotlin-stdlib</artifactId>
+				<version>1.3.70</version>
+			</dependency>
+
 		</dependencies>
 	</dependencyManagement>