Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfei0201 committed Jul 5, 2012
1 parent 963d271 commit 532348d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Dubbo is a distributed service framework enpowers applications with service impo
It's composed of three kernel parts:

Remoting: a network communication framework provides sync-over-async and request-response messaging.

Clustering: a remote procedure call abstraction with load-balancing/failover/clustering capabilities.

Registry: a service directory framework for service registration and service event publish/subscription

For more, please refer to:
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<jcache_version>0.4</jcache_version>
<sca_version>2.0-M5.1</sca_version>
<guice_version>3.0</guice_version>
<cglib_version>2.2</cglib_version>
<cglib_version>2.2</cglib_version>
<!-- Log libs -->
<slf4j_version>1.6.2</slf4j_version>
<jcl_version>1.1</jcl_version>
Expand Down Expand Up @@ -320,11 +320,11 @@
<version>${easymock_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>${cglib_version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>${cglib_version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 532348d

Please sign in to comment.