Pārlūkot izejas kodu

redis支持

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@3207 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
yingp 10 gadi atpakaļ
vecāks
revīzija
60fbda33d7
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. 11 0
      pom.xml

+ 11 - 0
pom.xml

@@ -259,6 +259,17 @@
 			<artifactId>jxls-reader</artifactId>
 			<version>1.0.4</version>
 		</dependency>
+		<!-- redis -->
+		<dependency>
+			<groupId>redis.clients</groupId>
+			<artifactId>jedis</artifactId>
+			<version>2.7.3</version>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework.data</groupId>
+			<artifactId>spring-data-redis</artifactId>
+			<version>1.6.0.RELEASE</version>
+		</dependency>
 	</dependencies>
 	<build>
 		<finalName>platform-b2b</finalName>