File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 131131 </configuration >
132132 </execution >
133133 </executions >
134+ <dependencies >
135+ <dependency >
136+ <groupId >org.graalvm.python</groupId >
137+ <artifactId >${project.python.artifact}</artifactId >
138+ <version >${project.polyglot.version} </version >
139+ <type >pom</type >
140+ </dependency >
141+ <dependency >
142+ <groupId >org.graalvm.polyglot</groupId >
143+ <artifactId >${project.python.artifact}</artifactId >
144+ <version >${project.polyglot.version} </version >
145+ <type >pom</type >
146+ </dependency >
147+ <dependency >
148+ <groupId >org.graalvm.python</groupId >
149+ <artifactId >python-launcher</artifactId >
150+ <version >${project.polyglot.version} </version >
151+ </dependency >
152+ </dependencies >
134153 </plugin >
135154 </plugins >
136155 </build >
You can’t perform that action at this time.
0 commit comments