File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
core/esmf-aspect-model-validator Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >org.graalvm.js</groupId >
45
45
<artifactId >js</artifactId >
46
- <type >pom</type >
46
+ <type >jar</type >
47
+ <version >${graalvm-version} </version >
47
48
</dependency >
48
49
<dependency >
49
50
<groupId >org.graalvm.js</groupId >
Original file line number Diff line number Diff line change 99
99
<dependency >
100
100
<groupId >org.graalvm.js</groupId >
101
101
<artifactId >js</artifactId >
102
- <type >pom</type >
102
+ <type >jar</type >
103
+ <version >${graalvm-version} </version >
104
+ </dependency >
105
+ <dependency >
106
+ <groupId >org.graalvm.js</groupId >
107
+ <artifactId >js-scriptengine</artifactId >
108
+ <type >jar</type >
109
+ <version >${graalvm-version} </version >
103
110
</dependency >
104
111
105
112
<!-- Test dependencies -->
286
293
<transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
287
294
</transformers >
288
295
<artifactSet >
296
+ <includes >
297
+ <include >org.graalvm.js:js</include >
298
+ <include >org.graalvm.js:js-scriptengine</include >
299
+ </includes >
289
300
<excludes >
290
301
<!-- Duplicate annotations that are already contained in javax.annotation-api -->
291
302
<exclude >javax.annotation:jsr250-api</exclude >
You can’t perform that action at this time.
0 commit comments