mirror of https://github.com/apache/cloudstack.git
debian: Get backport-util-concurrent from the Debian repositories
This commit is contained in:
parent
65eeeaf071
commit
93126414bc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ systemjars = {
|
|||
"cglib.jar",
|
||||
"asm3.jar",
|
||||
"jsch.jar",
|
||||
"backport-util-concurrent.jar",
|
||||
"jetty.jar",
|
||||
"jetty-util.jar",
|
||||
"jetty-start-daemon.jar",
|
||||
|
|
|
|||
Loading…
Reference in New Issue