Changed the used purejavahidapi version to a specific one

... for compatibilty reason.
This commit is contained in:
Maschell 2017-03-25 15:01:37 +01:00
parent d901da33e0
commit 6626adf4a9

View File

@ -119,7 +119,7 @@
<dependency> <dependency>
<groupId>com.github.QuarkTheAwesome</groupId> <groupId>com.github.QuarkTheAwesome</groupId>
<artifactId>purejavahidapi</artifactId> <artifactId>purejavahidapi</artifactId>
<version>master-SNAPSHOT</version> <version>94cdc9b</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>