Hi J,
I think we'd need more information on how you are building/installing the DSpace backend. What version of Maven are you using? What version of Java? (Hint, you can run `mvn -v` to get both). Is this an upgrade or a fresh install? (It's possible that if you are upgrading in place, then there could be old JARs hanging around that are confusing DSpace.)
You might also simply try rebuilding and forcing DSpace to download fresh dependencies (via -U): "mvn -U clean package" Then redeploy via "ant update".
Essentially, this sort of dependency error usually means either you are building DSpace with the wrong version of Java or Maven... *or* somehow the build failed to download all the correct dependencies (or is getting confused by older DSpace 6 dependencies in your DSpace 7 install, if you just upgraded).
Good luck and let us know on this list what you find.
Tim