Skip to content

Commit 9312641

Browse files
committed
debian: Get backport-util-concurrent from the Debian repositories
1 parent 65eeeaf commit 9312641

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/cloud-deps.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
/usr/share/java/backport-util-concurrent-3.1.jar
1918
/usr/share/java/ehcache-1.5.0.jar
2019
/usr/share/java/mail-1.4.jar
2120
/usr/share/java/httpcore-4.0.jar

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Provides: vmops-utils
3333
Conflicts: vmops-utils
3434
Replaces: vmops-utils
3535
Architecture: any
36-
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42)
36+
Depends: openjdk-6-jre, python, libcglib-java (>= 2.2.2), libjsch-java (>= 0.1.42), libbackport-util-concurrent-java (>= 3.1)
3737
Description: CloudStack utility library
3838
The CloudStack utility libraries provide a set of Java classes used
3939
in the CloudStack environment.

wscript_configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ systemjars = {
9292
"cglib.jar",
9393
"asm3.jar",
9494
"jsch.jar",
95+
"backport-util-concurrent.jar",
9596
"jetty.jar",
9697
"jetty-util.jar",
9798
"jetty-start-daemon.jar",

0 commit comments

Comments
 (0)