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 f50867d commit cb76e24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cws-engine-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,19 @@
<artifactId>junit</artifactId>
</dependency>

<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>

<!-- IS THIS NEEDED?? -->
<dependency>
<groupId>org.apache.tomcat</groupId>
Expand Down

0 comments on commit cb76e24

Please sign in to comment.