add log4j and fix README

This commit is contained in:
Shay Banon 2011-12-05 18:00:27 +02:00
parent 93c36c64ca
commit 887363014d
2 changed files with 14 additions and 7 deletions

View File

@ -5,11 +5,11 @@ The JavaScript language plugin allows to have `javascript` as the language of sc
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.0.0`.
---------------------------------------
| AWS Cloud Plugin | ElasticSearch |
---------------------------------------
| master | 0.18 -> master |
---------------------------------------
| 1.0.0 | 0.18 -> master |
---------------------------------------
----------------------------------------
| JavaScript Plugin | ElasticSearch |
----------------------------------------
| master | 0.18 -> master |
----------------------------------------
| 1.0.0 | 0.18 -> master |
----------------------------------------

View File

@ -53,6 +53,13 @@
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>