<dependency>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-proto-http</artifactId>
<version>1.1.0</version>
</dependency>
<parent> <groupId>com.tencent.trpc</groupId> <artifactId>trpc-proto</artifactId> <version>1.1.0</version> </parent>
compile
|-- com.tencent.trpc:trpc-core
|-- com.tencent.trpc:trpc-transport-http
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents.core5:httpcore5-h2
|-- org.apache.httpcomponents.client5:httpclient5
|-- org.springframework:spring-context
|-- commons-beanutils:commons-beanutils
test