Skip to content

Commit

Permalink
修改pom
Browse files Browse the repository at this point in the history
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1815 1a56cb94-b969-4eaa-88fa-be21384802f2
  • Loading branch information
william.liangf committed May 18, 2012
1 parent 6f5a7b0 commit b38350c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.

This file was deleted.

6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<jedis_version>2.0.0</jedis_version>
<xmemcached_version>1.3.6</xmemcached_version>
<cxf_version>2.6.0</cxf_version>
<thrift_version>0.8.0</thrift_version>
<jfreechart_version>1.0.13</jfreechart_version>
<hessian_version>4.0.7</hessian_version>
<servlet_version>2.5</servlet_version>
Expand Down Expand Up @@ -173,6 +174,11 @@
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf_version}</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>${thrift_version}</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
Expand Down

0 comments on commit b38350c

Please sign in to comment.