Skip to content

Commit

Permalink
redis客户端
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Jul 6, 2014
1 parent d23b0ac commit 3a95900
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<logback-classic.version>0.9.28</logback-classic.version>
<lucene.version>4.9.0</lucene.version>
<elasticsearch.version>1.2.1</elasticsearch.version>
<jedis.version>2.5.1</jedis.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -210,5 +211,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- redis客户端库 -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 3a95900

Please sign in to comment.