SINTEF-9012 / JArduino

Program your Arduino in Java
https://github.com/SINTEF-9012/JArduino/wiki
176 stars 63 forks source link

JArduino mvn clean install cannot succed #90

Open AlexmMark opened 7 months ago

AlexmMark commented 7 months ago

At jarduino.serial, the following dependency :

<dependency>
            <groupId>org.kevoree.extra</groupId>
            <artifactId>org.kevoree.extra.osgi.rxtx</artifactId>
            <version>2.2.0</version>
</dependency>

Cannot be resolved.

I have tried maven version 3.6.3 and the latest 3.9.+

The error I get is:

error: error reading /Users/{user}/.m2/repository/org/kevoree/extra/org.kevoree.extra.osgi.rxtx/2.2.0/org.kevoree.extra.osgi.rxtx-2.2.0.jar; zip END header not found

Is this an issue with the dependency itself? Is there a solution?

Thanks