Skip to content

Commit 5eccc2a

Browse files
committed
revise pom to fix ci fatjar issue #2542 #2536
1 parent 7062bbe commit 5eccc2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

karate-core/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
<version>${graal.version}</version>
2323
</dependency>
2424
<dependency>
25-
<groupId>org.graalvm.polyglot</groupId>
26-
<artifactId>js</artifactId>
25+
<groupId>org.graalvm.js</groupId>
26+
<artifactId>js-language</artifactId>
2727
<version>${graal.version}</version>
28-
<type>pom</type>
2928
<scope>runtime</scope>
3029
</dependency>
3130
<dependency>
@@ -190,7 +189,7 @@
190189
<plugin>
191190
<groupId>org.apache.maven.plugins</groupId>
192191
<artifactId>maven-dependency-plugin</artifactId>
193-
<version>3.1.2</version>
192+
<version>3.6.1</version>
194193
<executions>
195194
<execution>
196195
<id>unpack-dependencies</id>

0 commit comments

Comments
 (0)