mirror of https://github.com/apache/cloudstack.git
Tweak the jna dependency
This commit is contained in:
parent
1cbbc85562
commit
092d5e4cd8
|
|
@ -43,11 +43,6 @@
|
|||
<artifactId>libvirt</artifactId>
|
||||
<version>${cs.libvirt-java.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>${cs.jna.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>platform</artifactId>
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -91,7 +91,9 @@
|
|||
<cs.reflections.version>0.9.8</cs.reflections.version>
|
||||
<cs.java-ipv6.version>0.10</cs.java-ipv6.version>
|
||||
<cs.replace.properties>build/replace.properties</cs.replace.properties>
|
||||
<cs.jna.version>3.5.1</cs.jna.version>
|
||||
<!-- jna is a dependecy of libvirt, check libvirt
|
||||
version requirements before changing -->
|
||||
<cs.jna.version>3.2.4</cs.jna.version>
|
||||
<cs.libvirt-java.version>0.4.9</cs.libvirt-java.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue