Skip to content

Commit

Permalink
Use rhino-engine instead of rhino-runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Jan 6, 2025
1 parent d919f81 commit 9dc37d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<system-stubs-jupiter.version>2.0.3</system-stubs-jupiter.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.3.14</logback.version>
<rhino-runtime.version>1.7.15</rhino-runtime.version>
<delight-rhino-sandbox.version>0.0.17</delight-rhino-sandbox.version>
<rhino-engine.version>1.7.15</rhino-engine.version>
</properties>

<scm>
Expand Down Expand Up @@ -81,10 +81,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.javadelight</groupId>
<artifactId>delight-rhino-sandbox</artifactId>
Expand All @@ -95,6 +91,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino-engine</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -148,8 +148,8 @@
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino-runtime</artifactId>
<version>${rhino-runtime.version}</version>
<artifactId>rhino-engine</artifactId>
<version>${rhino-engine.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 9dc37d0

Please sign in to comment.