Skip to content

Commit addc2a7

Browse files
committed
remove spring demo httpcore5, httpclient5 dependencies
1 parent 55a8af8 commit addc2a7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • trpc-demo/trpc-spring-demo/trpc-spring-server-demo

trpc-demo/trpc-spring-demo/trpc-spring-server-demo/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@
1616
<groupId>com.tencent.trpc</groupId>
1717
<artifactId>trpc-springmvc</artifactId>
1818
</dependency>
19-
<dependency>
20-
<groupId>jakarta.annotation</groupId>
21-
<artifactId>jakarta.annotation-api</artifactId>
22-
<version>2.1.1</version>
23-
</dependency>
24-
<dependency>
25-
<groupId>org.apache.httpcomponents.core5</groupId>
26-
<artifactId>httpcore5</artifactId>
27-
</dependency>
28-
<dependency>
29-
<groupId>org.apache.httpcomponents.client5</groupId>
30-
<artifactId>httpclient5</artifactId>
31-
</dependency>
3219
</dependencies>
3320

3421
<build>

0 commit comments

Comments
 (0)