mirror of https://github.com/apache/druid.git
Merge pull request #1143 from metamx/update-rhino-1.7rc5
Update Rhino to 1.7RC5
This commit is contained in:
commit
005f4da2c0
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
<dependency>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino</artifactId>
|
||||
<version>1.7R4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.jpountz.lz4</groupId>
|
||||
|
|
Loading…
Reference in New Issue