File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
graalpython/com.oracle.graal.python.test.integration Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,23 @@ Additionally, one can change the polyglot artifacts version with
150
150
</repository >
151
151
</repositories >
152
152
</profile >
153
+ <profile >
154
+ <id >isolate</id >
155
+ <activation >
156
+ <property >
157
+ <name >polyglot.engine.SpawnIsolate</name >
158
+ </property >
159
+ </activation >
160
+ <dependencies >
161
+ <dependency >
162
+ <groupId >org.graalvm.polyglot</groupId >
163
+ <artifactId >python-isolate</artifactId >
164
+ <version >${com.oracle.graal.python.test.polyglot.version} </version >
165
+ <scope >runtime</scope >
166
+ <type >pom</type >
167
+ </dependency >
168
+ </dependencies >
169
+ </profile >
153
170
</profiles >
154
171
155
172
<dependencies >
@@ -165,13 +182,6 @@ Additionally, one can change the polyglot artifacts version with
165
182
<scope >runtime</scope >
166
183
<type >pom</type >
167
184
</dependency >
168
- <dependency >
169
- <groupId >org.graalvm.polyglot</groupId >
170
- <artifactId >python-isolate</artifactId >
171
- <version >${com.oracle.graal.python.test.polyglot.version} </version >
172
- <scope >runtime</scope >
173
- <type >pom</type >
174
- </dependency >
175
185
<dependency >
176
186
<groupId >org.graalvm.python</groupId >
177
187
<artifactId >python-embedding</artifactId >
You can’t perform that action at this time.
0 commit comments