chore(pom): remove test scope from coroutines dependency

This commit is contained in:
2026-02-08 11:22:47 +08:00
parent ad58b83020
commit 9f724cee5d

View File

@@ -26,7 +26,6 @@
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.10.2</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.nd4j/nd4j-api -->
<dependency>