Skip to content

Commit

Permalink
*) Bugfix for inactive scp seed uploader
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@779 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Sep 22, 2005
1 parent e380d4e commit 70a5681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/yacy/seedUpload/yacySeedUploadScp.java
Expand Up @@ -97,7 +97,7 @@ public String[] getConfigurationOptions() {
}

public String[] getLibxDependences() {
return new String[]{"jsch-0.1.19.jar"};
return new String[]{"jsch-0.1.21.jar"};
}

}
Expand Down

0 comments on commit 70a5681

Please sign in to comment.