Updated Branches: refs/heads/4.1 f05bb5946 -> 6709e83ba
CLOUDSTACK-1469 As jna is a dependency of libvirt the versions matter Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6709e83b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6709e83b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6709e83b Branch: refs/heads/4.1 Commit: 6709e83ba0e3c7c759f8d5b693dcdcea6d5957b8 Parents: f05bb59 Author: Hugo Trippaers <[email protected]> Authored: Fri Mar 1 19:09:16 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Fri Mar 1 19:10:03 2013 +0100 ---------------------------------------------------------------------- plugins/hypervisors/kvm/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6709e83b/plugins/hypervisors/kvm/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index fa3c350..41fa23c 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -43,10 +43,14 @@ <artifactId>libvirt</artifactId> <version>0.4.9</version> </dependency> + <!-- jna is actually a dependency of libvirt, + so be careful when upgrading this or libvirt as + the versions should match + --> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>3.5.1</version> + <version>3.2.4</version> </dependency> </dependencies> <build>
