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 79d6a17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/odc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-common</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
Expand Down

0 comments on commit 79d6a17

Please sign in to comment.