We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaf103 commit 98ceed7Copy full SHA for 98ceed7
graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/pom.xml
@@ -29,15 +29,7 @@
29
<artifactId>${symbol_dollar}{graalpy.edition}</artifactId>
30
<version>${symbol_dollar}{graalpy.version}</version>
31
<type>pom</type>
32
- </dependency>
33
- <!-- The dependency on python-launcher is only required if the graalpy
34
- plugin is used with packages -->
35
- <dependency>
36
- <groupId>org.graalvm.python</groupId>
37
- <artifactId>python-launcher</artifactId>
38
- <version>${symbol_dollar}{graalpy.version}</version>
39
40
-
+ </dependency>
41
<dependency>
42
<groupId>org.graalvm.python</groupId>
43
<artifactId>python-embedding</artifactId>
0 commit comments