Hi everyone,
I have looked all over the net and these forums for an answer to this, but I will admit I am relatively new to STS and maven, so please forgive me if this is a dumb question.
I am trying to use jackson (JSON Mapper from fasterxml.com) and simply cannot get STS to include the databind module in the Maven Dependencies. Adding the databind package in the POM dependencies causes the jackson core and annotations to be added to the dependencies, but databind does not. When I try to use databind in code, it cannot resolve the import. I have used maven to manage my dependencies in various other projects and while sometimes I had to rebuild dependencies / clean projects to get things to show up, I cannot seem to get this package to load. The one thing I see different is that this project is packaged as a BUNDLE, not a jar or war, so it shows BUNDLE in STS and not snapshot or release.
I have tried removing and re-adding the dependencies, cleaning the project in STS and a maven clean target, closing and re-opening the project and STS, rebooting the laptop, deleting the jackson tree from my local repo (~.m2/repository), deleting the ENTIRE repository to force it to rebuild, pretty much everything I can think of.
Am I missing some simple thing here? Any help is appreciated.
I have included screen shots of me trying to add the module as well so you can see what is happening.
Thanks,
Rich
Screen Shot 2012-04-09 at 12.09.00 PM.jpgScreen Shot 2012-04-09 at 12.09.41 PM.jpgScreen Shot 2012-04-09 at 12.10.19 PM.jpgScreen Shot 2012-04-09 at 12.10.50 PM.jpgScreen Shot 2012-04-09 at 12.11.07 PM.jpg


Reply With Quote
