We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a8af8 commit addc2a7Copy full SHA for addc2a7
1 file changed
trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml
@@ -16,19 +16,6 @@
16
<groupId>com.tencent.trpc</groupId>
17
<artifactId>trpc-springmvc</artifactId>
18
</dependency>
19
- <dependency>
20
- <groupId>jakarta.annotation</groupId>
21
- <artifactId>jakarta.annotation-api</artifactId>
22
- <version>2.1.1</version>
23
- </dependency>
24
25
- <groupId>org.apache.httpcomponents.core5</groupId>
26
- <artifactId>httpcore5</artifactId>
27
28
29
- <groupId>org.apache.httpcomponents.client5</groupId>
30
- <artifactId>httpclient5</artifactId>
31
32
</dependencies>
33
34
<build>
0 commit comments