chore(maven): move coroutines dependencies into Partner-Framework

This commit is contained in:
2026-03-01 20:48:41 +08:00
parent 33fdc61eff
commit 661dd625e3
2 changed files with 10 additions and 10 deletions

View File

@@ -22,16 +22,6 @@
<artifactId>Partner-Framework</artifactId>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.10.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-test</artifactId>
<version>1.10.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.nd4j/nd4j-api -->
<dependency>
<groupId>org.nd4j</groupId>