Skip to content

Commit

Permalink
upgraded libraries purejavacomm to 1.0.3 and jna to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alinke committed Jun 21, 2020
1 parent 20ffec5 commit 56ebaef
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions ioio-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,21 @@
</properties>

<repositories>
<repository>

<repository>
<id>purejavacomm</id>
<url>https://github.com/alinke/PIXEL/raw/repository</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>

<repository>
<id>sparetimelabs</id>
<url>http://www.sparetimelabs.com/maven2</url>
</repository>
</repository>

</repositories>

<dependencies>
Expand All @@ -38,6 +49,12 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.5.0</version>
</dependency>


<!--version>0.0.10/version changed to 10 as it was more reliable at the time
Expand All @@ -48,7 +65,7 @@
<artifactId>purejavacomm</artifactId>
<!-- <version>0.0.22</version> -->
<!-- <version>1.0.1</version> -->
<version>1.0.1</version>
<version>1.0.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 56ebaef

Please sign in to comment.