Merge pull request #1143 from metamx/update-rhino-1.7rc5

Update Rhino to 1.7RC5
This commit is contained in:
Fangjin Yang 2015-02-25 12:50:23 -08:00
commit 005f4da2c0
2 changed files with 5 additions and 1 deletions

View File

@ -245,6 +245,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

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