Skip to content

Commit 78fd4e9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 980349d + bbc2c92 commit 78fd4e9

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

transaction-motan/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</developers>
3535

3636
<properties>
37-
<motan.versoin>1.0.0</motan.versoin>
37+
<motan.versoin>1.1.0</motan.versoin>
3838
</properties>
3939

4040
<dependencies>
@@ -50,24 +50,12 @@
5050
<artifactId>motan-core</artifactId>
5151
<version>${motan.versoin}</version>
5252
</dependency>
53-
<dependency>
54-
<groupId>com.weibo</groupId>
55-
<artifactId>motan-transport-netty</artifactId>
56-
<version>${motan.versoin}</version>
57-
</dependency>
5853

59-
<!-- only needed for spring-based features -->
6054
<dependency>
6155
<groupId>com.weibo</groupId>
6256
<artifactId>motan-springsupport</artifactId>
6357
<version>${motan.versoin}</version>
6458
</dependency>
65-
66-
<dependency>
67-
<groupId>com.weibo</groupId>
68-
<artifactId>motan-registry-zookeeper</artifactId>
69-
<version>${motan.versoin}</version>
70-
</dependency>
7159
<!-- motan config end-->
7260
</dependencies>
7361

0 commit comments

Comments
 (0)