Set up for running Config Server with native image.

This commit is contained in:
Olga MaciaszekSharma
2023-11-07 19:01:43 +01:00
parent 22159980ca
commit 4d202f67bf
4 changed files with 65 additions and 0 deletions

View File

@@ -87,6 +87,12 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-sftp</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>