Skip to content

Commit

Permalink
JSch transient deps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Jun 20, 2023
1 parent 34d3aad commit 2a4f243
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion product/localRepository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
<artifact><id>org.jkiss.bundle:org.jkiss.bundle.jfreechart:LATEST</id></artifact>

<!-- SSH and BouncyCastle -->
<artifact><id>com.jcraft:jsch:0.2.8</id></artifact>
<artifact>
<id>com.jcraft:jsch:0.2.8</id>
<transitive>false</transitive>
<source>false</source>
<override>false</override>
</artifact>
<artifact><id>org.jkiss.bundle:org.jkiss.bundle.sshj:LATEST</id></artifact>
<!-- Ant minimized -->
<artifact><id>org.jkiss.bundle:org.apache.ant:1.10.0</id></artifact>
Expand Down

0 comments on commit 2a4f243

Please sign in to comment.