mirror of https://github.com/apache/druid.git
update Rhino to 1.7RC5
This commit is contained in:
parent
d459235af5
commit
c4d721fffd
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
|
@ -67,7 +67,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