Skip to content

Commit

Permalink
升级
Browse files Browse the repository at this point in the history
  • Loading branch information
A♂圣翔 committed Jan 30, 2019
1 parent 355af95 commit 5026015
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -31,7 +31,7 @@
<other.jar>ali*.jar</other.jar>
<!-- 编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ibase4j.version>3.6.4</ibase4j.version>
<ibase4j.version>3.6.5</ibase4j.version>
<!-- spring版本号 -->
<spring.version>5.1.3.RELEASE</spring.version>
<spring-data-redis.version>2.0.8.RELEASE</spring-data-redis.version>
Expand All @@ -47,7 +47,7 @@
<log4j.version>2.11.0</log4j.version>
<!-- -->
<druid.version>1.1.12</druid.version>
<dubbo.version>2.6.5</dubbo.version>
<dubbo.version>2.5.10</dubbo.version>
<fastjson.version>1.2.55</fastjson.version>
<motan.version>1.1.1</motan.version>
<!-- -->
Expand Down Expand Up @@ -300,6 +300,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>0.11</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
Expand All @@ -320,11 +325,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
<version>1.0.2</version>
</dependency>
<!-- activemq -->
<!-- <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-spring</artifactId>
</dependency> -->
Expand Down

0 comments on commit 5026015

Please sign in to comment.