Skip to content

Commit

Permalink
security: remove useless sshd-common dependence
Browse files Browse the repository at this point in the history
security: remove useless sshd-common dependence
  • Loading branch information
LioRoger authored Feb 7, 2025
2 parents 29f7146 + 7f7a2e1 commit e602afd
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 e602afd

Please sign in to comment.