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 502fc8c commit 6db9fbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cws-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
<groupId>gov.nasa.jpl.ammos.ids.cws</groupId>
<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>
</dependencies>
</profile>
</profiles>
Expand Down

0 comments on commit 6db9fbe

Please sign in to comment.