Skip to content

Commit

Permalink
remove dubbo dependency from proxy (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
songyuyuyu authored Nov 20, 2023
1 parent 77647d1 commit 9949bd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redis/package/redis-proxy-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<groupId>com.ctrip.framework.xpipe</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>com.ctrip.soa.platform.basesystem.emailservice.v1</groupId>
<artifactId>emailservice</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9949bd0

Please sign in to comment.