Skip to content

Commit

Permalink
Merge pull request apache#1143 from metamx/update-rhino-1.7rc5
Browse files Browse the repository at this point in the history
Update Rhino to 1.7RC5
  • Loading branch information
fjy committed Feb 25, 2015
2 parents 6424815 + c4d721f commit 005f4da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7R4</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down

0 comments on commit 005f4da

Please sign in to comment.