Use meta dependency
This commit is contained in:
parent
6ff403f709
commit
b05594758b
8
pom.xml
8
pom.xml
@ -272,7 +272,13 @@
|
||||
<dependency>
|
||||
<groupId>org.usb4java</groupId>
|
||||
<artifactId>libusb4java</artifactId>
|
||||
<classifier>linux-x86_64</classifier>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.usb4java</groupId>
|
||||
<artifactId>libusb4java</artifactId>
|
||||
<classifier>linux-x86</classifier>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user