Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter authored Feb 6, 2024
1 parent 592564f commit f50867d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions cws-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@
<artifactId>cws-adaptation-engine</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>23.0.2</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>23.0.2</version>
</dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>23.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>23.0.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>
</profiles>
Expand Down

0 comments on commit f50867d

Please sign in to comment.