Skip to content

Commit

Permalink
exclude ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Nov 15, 2024
1 parent 01372dd commit 9db9207
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<exclusions>
<exclusion>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 9db9207

Please sign in to comment.