Skip to content

Commit

Permalink
fix(deps): use correct dependencies for js scriptengine
Browse files Browse the repository at this point in the history
  • Loading branch information
rohwerj committed May 22, 2024
1 parent 11cfcf6 commit 9f7b0d1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions regression-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,17 @@
</activation>
<dependencies>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>${graalvm.version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<groupId>org.graalvm.polyglot</groupId>
<artifactId>js</artifactId>
<version>${graalvm.version}</version>
<scope>runtime</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>${graalvm.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 9f7b0d1

Please sign in to comment.