Closed ayoung012 closed 4 years ago
This is great, as I hate those "Failure to transfer" messages, so many....
I have added it to the POM and works well, let's have it.
I had originally push this to master as it is very safe, but it's good to have it in our working branch so I cherry-picked it from 1558145
There are some packages listed as dependencies for the janusproject kernel that are not supported by maven. These cause many warnings and delays when building, as maven searches every repository known to it for these unsupported packages.
An issue has been created https://github.com/sarl/sarl/issues/1000 and is earmarked for SARL 0.12. In the meantime, excluding these in the pom.xml dependency entry for janusproject.kernel seems to remove the warnings and does not affect compilation/running of the agents.
The full dependency entry including exclusions is listed below:
I am fairly confident this can be added to the middleware pom.xml without issue.