Switch to new rhino-runtime component

This commit is contained in:
Tom Morris 2020-06-10 20:43:01 -04:00 committed by GitHub
parent 23547103c8
commit 8ac6c4b889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -172,7 +172,7 @@
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<artifactId>rhino-runtime</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
@ -380,4 +380,3 @@
</dependency>
</dependencies>
</project>

View File

@ -179,7 +179,7 @@
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<artifactId>rhino-runtime</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
@ -194,4 +194,3 @@
</dependency>
</dependencies>
</project>