-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven Central: missing dependencies #7
Comments
Both dependencies are on Maven Central. I am pretty sure SBT also uses Maven Central for artifact resolution so I am not sure what is going on. Can you build the 1.1.2 version of the SWRLAPI project as per instructions here: |
Thank you for your answer. I will try building the 1.1.2 version tomorrow! |
The build fails while trying to execute
|
My mistake. Remove the following line from the POM:
I will try to get a new release out soon that fixes this. |
There's somehow more progress but in the end there's still some error:
|
You can ignore for the moment. I am running the tests in parallel and the non-thread-safe Date and DateFormat classes used by the temporal built-ins can generate this error. I plan to fix this issue. |
I don't see how this is related to the SBT problem. EDIT: As the build was successful with maven I think this is a SBT related issue and can therefore be closed. Trying to remove the ~/.sbt and ~/.ivy2 folders and reinstalling SBT 0.13.13 made no difference. |
When using swrlapi-drools-engine 1.1.3 in SBT, I get unresolved dependencies which are not found:
I have tried several former versions of swrlapi-drools-engine which are all affected by these missing dependencies as well.
The text was updated successfully, but these errors were encountered: