This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch 2.8.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/2.8.x by this push:
new 7802eae94 remove unused dependency (#4165)
7802eae94 is described below
commit 7802eae9462966711ff09d10713debf38685da48
Author: liubao68 <[email protected]>
AuthorDate: Fri Dec 22 10:33:31 2023 +0800
remove unused dependency (#4165)
---
transports/transport-rest/transport-rest-client/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/transports/transport-rest/transport-rest-client/pom.xml
b/transports/transport-rest/transport-rest-client/pom.xml
index 624d5468f..edf864b05 100644
--- a/transports/transport-rest/transport-rest-client/pom.xml
+++ b/transports/transport-rest/transport-rest-client/pom.xml
@@ -77,10 +77,6 @@
<artifactId>commons-text</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.servicecomb</groupId>
- <artifactId>common-protobuf</artifactId>
- </dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>