jakartaee / transactions

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

mvn install build fails with reference to jakarta.inject #208

Open dan-mytraincollection opened 2 years ago

dan-mytraincollection commented 2 years ago

Hello,

I am trying to compile this library locally however the build fails with the following error:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jakarta.transaction-api: Compilation failure module not found: jakarta.inject

There seems to be an unreferenced build dependency? Or am I issuing the wrong command for building. I am unable to find documentation suggesting alternative build commands.

Thanks, Dan