Added linux-arm dependency
This commit is contained in:
parent
4d22396227
commit
ce7437ece0
6
pom.xml
6
pom.xml
@ -282,6 +282,12 @@
|
||||
<version>${libusb4java.version}</version>
|
||||
<classifier>linux-x86_64</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.usb4java</groupId>
|
||||
<artifactId>libusb4java</artifactId>
|
||||
<version>${libusb4java.version}</version>
|
||||
<classifier>linux-arm</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.usb4java</groupId>
|
||||
<artifactId>libusb4java</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user