diff --git a/debian/cloud-deps.install b/debian/cloud-deps.install index d338e6015e7..efc2863fbaa 100644 --- a/debian/cloud-deps.install +++ b/debian/cloud-deps.install @@ -15,7 +15,6 @@ # specific language governing permissions and limitations # under the License. -/usr/share/java/backport-util-concurrent-3.1.jar /usr/share/java/ehcache-1.5.0.jar /usr/share/java/mail-1.4.jar /usr/share/java/httpcore-4.0.jar diff --git a/debian/control b/debian/control index 9c438de850b..796b49d37ee 100644 --- a/debian/control +++ b/debian/control @@ -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), libjsch-java (>= 0.1.42) +Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42), libbackport-util-concurrent-java (>= 3.1) Description: CloudStack utility library The CloudStack utility libraries provide a set of Java classes used in the CloudStack environment. diff --git a/wscript_configure b/wscript_configure index 337fca7bfca..995977f4dc0 100644 --- a/wscript_configure +++ b/wscript_configure @@ -92,6 +92,7 @@ systemjars = { "cglib.jar", "asm3.jar", "jsch.jar", + "backport-util-concurrent.jar", "jetty.jar", "jetty-util.jar", "jetty-start-daemon.jar",