Adding dependencies to packages which install versioned JARs is tricky business. It involves requiring a specific version of the package, which isn't a good idea for packages which aren't slotted.
Created attachment 59528 [details, diff] patch for ebuild not to install a versioned JAR The ebuild creates the JAR for this package (as opposed to an ant script), so only minor modifications were necessary.
fixed in cvs, thanks