This commit is contained in:
jinyu 2016-05-31 15:49:37 +08:00
parent bb2177aae3
commit 71c8cb22ae

View File

@ -63,13 +63,6 @@
<artifactId>weixin4j-server</artifactId>
<version>1.1.7</version>
</dependency>
<!-- 使用redis保存token时需要引用,针对weixin4j-mp|qy -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.6.0</version>
<optional>true</optional>
</dependency>
<!-- 使用spring容器管理Handler时需要引用,针对weixin4j-server -->
<dependency>
<groupId>org.springframework</groupId>
@ -84,10 +77,5 @@
<version>1.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.9.1.RELEASE</version>
</dependency>
</dependencies>
</project>