|
@@ -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>
|