mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-01-12 09:24:14 +00:00
fix: 添加缺失的python运行时pom依赖
This commit is contained in:
@@ -114,10 +114,10 @@
|
|||||||
<version>${graalpy.version}</version>
|
<version>${graalpy.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.graalvm.python</groupId>
|
<groupId>org.graalvm.polyglot</groupId>
|
||||||
<artifactId>python</artifactId>
|
<artifactId>python</artifactId>
|
||||||
<version>${graalpy.version}</version>
|
<version>${graalpy.version}</version>
|
||||||
<scope>runtime</scope>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.graalvm.python</groupId>
|
<groupId>org.graalvm.python</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user