Skip to content

Commit

Permalink
chore(core-deps): remove not used dependency js-scriptengine
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleycaselli committed Apr 11, 2022
1 parent 359e7a5 commit c4aaab2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,14 @@
<ver.antlr>4.5.3</ver.antlr>
<ver.slf4j>1.7.26</ver.slf4j>
<ver.log4j1>1.2.17</ver.log4j1>
<ver.graalvm-js>21.1.0</ver.graalvm-js>
</properties>

<dependencies>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>21.1.0</version>
</dependency>

<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>21.1.0</version>
<version>${ver.graalvm-js}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c4aaab2

Please sign in to comment.