jakartaee / transactions

Welcome to the Jakarta EE Transactions API Project (formerly JTA)
https://jakartaee.github.io/transactions/
Other
28 stars 29 forks source link

OSGi bundle manifest entries seem incorrect #201

Closed starksm64 closed 2 years ago

starksm64 commented 2 years ago

I'm no OSGi expert, but the current api pom.xml is referring to javax versions of interceptors, and cdi. The only valid javax reference is the javax.transaction.xa package. We should be using the Jakarta EE 9 packages and versions in the dependencies to match the pom versions.