Update docs after test-framework moved

Closes #21263
This commit is contained in:
Nik Everett 2016-11-02 09:51:55 -04:00
parent 52de0645fb
commit b6db00efd8
2 changed files with 1333 additions and 3 deletions

View File

@ -30,11 +30,10 @@ First, you need to include the testing dependency in your project, along with th
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<groupId>org.elasticsearch.test</groupId>
<artifactId>framework</artifactId>
<version>${elasticsearch.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
</dependencies>
--------------------------------------------------

1331
out Normal file

File diff suppressed because it is too large Load Diff