You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intellij, the IDE that I am using is complaining that it cannot import the dependencies.
I am using Java 8 64bit on a mac with maven 3.
[ERROR] Failed to execute goal on project gs-consuming-rest: Could not resolve dependencies for project org.springframework:gs-consuming-rest:jar:0.1.0: Failure to find org.sintef.jarduino:org.sintef.jarduino:pom:0.1.6 in https://repo.spring.io/milestone was cached in the local repository, resolution will not be reattempted until the update interval of spring-milestone has elapsed or updates are forced -
Thanks
The text was updated successfully, but these errors were encountered:
It might be some problems with our Maven repository. I think the best way is to mvn clean install JArduino locally so that it will be available in your local .m2 repository. Either from the latest version by git clone-ing the repo or from one of the releases.
Hi,
I'm using maven to import the JArduino into a Java project and I have used this dependency from maven central.
https://mvnrepository.com/artifact/org.sintef.jarduino/org.sintef.jarduino.core/0.1.6
Intellij, the IDE that I am using is complaining that it cannot import the dependencies.
I am using Java 8 64bit on a mac with maven 3.
[ERROR] Failed to execute goal on project gs-consuming-rest: Could not resolve dependencies for project org.springframework:gs-consuming-rest:jar:0.1.0: Failure to find org.sintef.jarduino:org.sintef.jarduino:pom:0.1.6 in https://repo.spring.io/milestone was cached in the local repository, resolution will not be reattempted until the update interval of spring-milestone has elapsed or updates are forced -
Thanks
The text was updated successfully, but these errors were encountered: