mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
add log4j and fix README
This commit is contained in:
parent
93c36c64ca
commit
887363014d
14
README.md
14
README.md
@ -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`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-javascript/1.0.0`.
|
||||||
|
|
||||||
---------------------------------------
|
----------------------------------------
|
||||||
| AWS Cloud Plugin | ElasticSearch |
|
| JavaScript Plugin | ElasticSearch |
|
||||||
---------------------------------------
|
----------------------------------------
|
||||||
| master | 0.18 -> master |
|
| master | 0.18 -> master |
|
||||||
---------------------------------------
|
----------------------------------------
|
||||||
| 1.0.0 | 0.18 -> master |
|
| 1.0.0 | 0.18 -> master |
|
||||||
---------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
7
pom.xml
7
pom.xml
@ -53,6 +53,13 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>log4j</groupId>
|
||||||
|
<artifactId>log4j</artifactId>
|
||||||
|
<version>1.2.16</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.testng</groupId>
|
<groupId>org.testng</groupId>
|
||||||
<artifactId>testng</artifactId>
|
<artifactId>testng</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user