mirror of https://github.com/apache/cloudstack.git
debian: Depend on jsch from the repository
This way we don't need to distribute the JAR in cloud-deps
This commit is contained in:
parent
a84ec1218d
commit
e7ff6ecd77
|
|
@ -28,5 +28,4 @@
|
|||
/usr/share/java/axis2-1.5.1.jar
|
||||
/usr/share/java/wsdl4j-1.6.2.jar
|
||||
/usr/share/java/bcprov-jdk16-1.46.jar
|
||||
/usr/share/java/jsch-0.1.42.jar
|
||||
/usr/share/java/jasypt-1.*.jar
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ Provides: vmops-utils
|
|||
Conflicts: vmops-utils
|
||||
Replaces: vmops-utils
|
||||
Architecture: any
|
||||
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2)
|
||||
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42)
|
||||
Description: CloudStack utility library
|
||||
The CloudStack utility libraries provide a set of Java classes used
|
||||
in the CloudStack environment.
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ systemjars = {
|
|||
"ecj.jar",
|
||||
"cglib.jar",
|
||||
"asm3.jar",
|
||||
"jsch.jar",
|
||||
"jetty.jar",
|
||||
"jetty-util.jar",
|
||||
"jetty-start-daemon.jar",
|
||||
|
|
|
|||
Loading…
Reference in New Issue