Skip to content

Commit 98ceed7

Browse files
committed
no need to have python-launcher as a dependency on a polyglot project
1 parent fcaf103 commit 98ceed7

File tree

1 file changed

+1
-9
lines changed
  • graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources

1 file changed

+1
-9
lines changed

graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,7 @@
2929
<artifactId>${symbol_dollar}{graalpy.edition}</artifactId>
3030
<version>${symbol_dollar}{graalpy.version}</version>
3131
<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-
</dependency>
40-
32+
</dependency>
4133
<dependency>
4234
<groupId>org.graalvm.python</groupId>
4335
<artifactId>python-embedding</artifactId>

0 commit comments

Comments
 (0)