parent
52de0645fb
commit
b6db00efd8
|
@ -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>
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue