Skip to content

Commit 09a87b2

Browse files
committed
remove netty base TNonblockingTransport
1 parent f36f33a commit 09a87b2

File tree

2 files changed

+0
-640
lines changed

2 files changed

+0
-640
lines changed

iotdb-client/service-rpc/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,6 @@
8484
<groupId>org.slf4j</groupId>
8585
<artifactId>slf4j-api</artifactId>
8686
</dependency>
87-
<dependency>
88-
<groupId>io.netty</groupId>
89-
<artifactId>netty-common</artifactId>
90-
</dependency>
91-
<dependency>
92-
<groupId>io.netty</groupId>
93-
<artifactId>netty-buffer</artifactId>
94-
</dependency>
95-
<dependency>
96-
<groupId>io.netty</groupId>
97-
<artifactId>netty-transport</artifactId>
98-
</dependency>
99-
<dependency>
100-
<groupId>io.netty</groupId>
101-
<artifactId>netty-handler</artifactId>
102-
</dependency>
10387
</dependencies>
10488
<build>
10589
<plugins>

0 commit comments

Comments
 (0)