update Rhino to 1.7RC5

This commit is contained in:
Xavier Léauté 2015-02-19 09:47:11 -08:00
parent d459235af5
commit c4d721fffd
2 changed files with 5 additions and 1 deletions

View File

@ -246,6 +246,11 @@
<artifactId>icu4j</artifactId>
<version>4.8.1</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7R5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>

View File

@ -67,7 +67,6 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7R4</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>