Kaynağa Gözat

ly 生产记录

ly 8 ay önce
ebeveyn
işleme
9e9e13888f
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. 12 0
      master/pom.xml

+ 12 - 0
master/pom.xml

@@ -482,6 +482,18 @@
             <groupId>io.github.jpush</groupId>
             <groupId>io.github.jpush</groupId>
             <artifactId>jiguang-sdk</artifactId>
             <artifactId>jiguang-sdk</artifactId>
             <version>5.0.4</version>
             <version>5.0.4</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.jetbrains.kotlin</groupId>
+                    <artifactId>kotlin-stdlib</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <dependency>
+            <groupId>org.jetbrains.kotlin</groupId>
+            <artifactId>kotlin-stdlib</artifactId>
+            <version>1.5.31</version> <!-- 或最新版本 -->
         </dependency>
         </dependency>
 
 
     </dependencies>
     </dependencies>