From d072cf840b6e6d3afeac21a02050455b05744000 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Wed, 25 Oct 2017 16:29:15 +0800
Subject: [PATCH] 配置文件排版

---
 pom.xml |   28 ++++++++++------------------
 1 files changed, 10 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index dea5a3c..b63862d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,31 +175,23 @@
 
 
     <!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
+
+    <!-- Redis -->
     <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-all</artifactId>
-      <version>4.1.7.Final</version>
+      <groupId>org.springframework.data</groupId>
+      <artifactId>spring-data-redis</artifactId>
+      <version>1.8.7.RELEASE</version>
     </dependency>
 
-
+    <dependency>
+      <groupId>redis.clients</groupId>
+      <artifactId>jedis</artifactId>
+      <version>2.9.0</version>
+    </dependency>
 
   </dependencies>
 
-
   <build>
     <finalName>task</finalName>
-
-      <plugins>
-          <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <version>2.3.2</version>
-              <configuration>
-                  <source>1.8</source>
-                  <target>1.8</target>
-                  <encoding>UTF-8</encoding>
-              </configuration>
-          </plugin>
-      </plugins>
   </build>
 </project>

--
Gitblit v1.8.0