Closed heuermh closed 7 years ago
Started to fix these here
https://github.com/heuermh/ISAcreator/tree/dep-mgt
Let me know if you'd like me to submit a pull request.
Thanks Michael,
Yes, submit a pull request. I’ll check that everything still works with the changes and then we can integrate it with the development branch. The dependencies, and in particular the unused dependencies can be a little misleading. The dependency plugin seems to get it wrong on occasions wrt what can be removed. I have gone through multiple rounds of removing dependencies marked by this plugin in the past only to see the software stops working.
Some of the weird dependencies in the tree, like the Spring one are indirect dependencies of the direct dependencies we actually use.
On 13 Mar 2014, at 21:49, Michael L Heuer notifications@github.com wrote:
Started to fix these here
https://github.com/heuermh/ISAcreator/tree/dep-mgt
Let me know if you'd like me to submit a pull request.
— Reply to this email directly or view it on GitHub.
Hi, I had a look at your changes. Can you submit a pull request? I can then try it out.
Thanks for following up on this, @djcomlab! Sorry I dropped the ball.
No worries! :)
I found some minor issues with dependencies:
Some of these are easy to fix with a
<dependencyManagement>
section but I'm not sure about many of them. What are all the unused declared dependencies for? Why are you using the strange springsource httpclient?I can't see where the 1.7.0-SNAPSHOT version for jackson-core-asl is coming from either.