Skip to content

Commit

Permalink
optimize: remove unused dependencies (#7154)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Feb 11, 2025
1 parent 5dbfe5c commit 70dd0e7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions discovery/seata-discovery-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
</project>

0 comments on commit 70dd0e7

Please sign in to comment.