Skip to content

Commit

Permalink
elasticsearch测试依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Apr 15, 2014
1 parent 3d14db0 commit dc905f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,13 @@
<version>${elasticsearch.version}</version>
<optional>true</optional>
</dependency>
<!-- elasticsearch测试依赖 -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit dc905f4

Please sign in to comment.