Fix native image setup. Remove exclusions.

This commit is contained in:
Olga MaciaszekSharma
2023-11-20 15:37:50 +01:00
parent 44f5c676da
commit da2dfbc85c
2 changed files with 3 additions and 7 deletions

View File

@@ -87,12 +87,6 @@
<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>