Skip to content

Commit

Permalink
update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Aug 16, 2017
1 parent 0f357a4 commit 887d7f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jboot-1.0-beta5:
9、修复:ClassNewer创建的实例无法被AOP控制的问题。
10、修复:RPC模式设置无效的问题。
11、修复:@JbootrpcService注解的缺省配置无法注入RPC实例的问题。
12、依赖更新: fst:2.52,undertow:1.4.18.Final,阿里云ons-client:1.6.0.Final,amqp-client:4.2.0



Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>1.4.16.Final</version>
<version>1.4.18.Final</version>
</dependency>

<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.4.16.Final</version>
<version>1.4.18.Final</version>
</dependency>


Expand Down Expand Up @@ -197,7 +197,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>2.50</version>
<version>2.52</version>
<!--<scope>provided</scope>-->
<!--如果使用其他序列化组件,和fst冲突,请使用exclusions排除 fst 依赖-->
</dependency>
Expand All @@ -211,14 +211,14 @@
<dependency>
<groupId>com.aliyun.openservices</groupId>
<artifactId>ons-client</artifactId>
<version>1.3.2.Final</version>
<version>1.6.0.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>4.1.1</version>
<version>4.2.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 887d7f8

Please sign in to comment.