Skip to content

Commit

Permalink
拼音标注
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Apr 30, 2015
1 parent 5f3da1a commit 4312bc5
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 @@ -128,6 +128,7 @@
<lucene.version>4.10.4</lucene.version>
<elasticsearch.version>1.5.1</elasticsearch.version>
<jedis.version>2.5.1</jedis.version>
<pinyin4j.version>2.5.0</pinyin4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -218,5 +219,12 @@
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
</dependency>
<!-- 拼音标注 -->
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>${pinyin4j.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit 4312bc5

Please sign in to comment.