Skip to content

Commit

Permalink
Update docs after test-framework moved
Browse files Browse the repository at this point in the history
Closes #21263
  • Loading branch information
nik9000 committed Nov 2, 2016
1 parent 480b93c commit f3ab92c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/reference/testing/testing-framework.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
--------------------------------------------------
Expand Down

0 comments on commit f3ab92c

Please sign in to comment.