Skip to content

Commit

Permalink
Switch to a fork of jsch (com.github.mwiede) and upgrade to 0.2.9
Browse files Browse the repository at this point in the history
The repackaged artifact is no longer needed, the upstream artifact includes a correct OSGi manifest.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed Jun 9, 2023
1 parent f985ae7 commit fbde2ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Expand Up @@ -175,7 +175,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion appserver/extras/embedded/web/pom.xml
Expand Up @@ -400,7 +400,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/cluster/ssh/pom.xml
Expand Up @@ -33,7 +33,7 @@

<dependencies>
<dependency>
<groupId>org.glassfish.external</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/featuresets/nucleus/pom.xml
Expand Up @@ -172,7 +172,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions nucleus/parent/pom.xml
Expand Up @@ -141,7 +141,7 @@
<jboss.logging.version>3.5.1.Final</jboss.logging.version>
<javassist.version>3.29.2-GA</javassist.version>
<asm.version>9.5</asm.version>
<jsch.version>0.1.56</jsch.version>
<jsch.version>0.2.9</jsch.version>
<antlr.version>2.7.8</antlr.version>
<ant.version>1.10.12</ant.version>
<ant.external.version>1.10.2</ant.external.version>
Expand Down Expand Up @@ -739,7 +739,7 @@
<version>1.10.13</version>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
</dependency>
Expand Down

0 comments on commit fbde2ec

Please sign in to comment.