I have the same issue, to solve it just change jakarta to javax in all files
import jakarta.inject.Inject
to
import javax.inject.Inject