Thanks Brett! But... isn't there still a problem with jboss-transaction-api_1.2_spec regarding its requirement of javax.interceptor OSGi-wise, but then not exporting it as a transitive Maven dep? To me it seems odd that even though we really just need the JTA spec contracts (that's why we pull in the spec jar, not narnaya) but impl details from narnaya slip into the equation. Granted this is just one minor problem that we can easily workaround (as your commit does), but to me it still seems a problem that we ought to report to whoever publishes this spec jar on the JBoss side (Scott Marlow?). |