Skip to content

Commit

Permalink
remove sshd-common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ungreat committed Feb 6, 2025
1 parent 5c82ce2 commit 7f7a2e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/odc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
<artifactId>spring-security-crypto</artifactId>
<groupId>org.springframework.security</groupId>
</exclusion>
<exclusion>
<artifactId>sshd-common</artifactId>
<groupId>org.apache.sshd</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 7f7a2e1

Please sign in to comment.