Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arquillian-weld-embedded requires JTA #25

Closed
johnament opened this issue Aug 21, 2016 · 3 comments
Closed

arquillian-weld-embedded requires JTA #25

johnament opened this issue Aug 21, 2016 · 3 comments

Comments

@johnament
Copy link
Member

Even if my app does not use JTA, arquillian-weld-embedded requires JTA on the classpath. No impl required, but the jar must be there.

If it's a required dependency, it should be properly marked in the pom.

@tremes
Copy link
Contributor

tremes commented Aug 22, 2016

I am not sure what do you mean here. What do you mean by "properly marked in the pom" please? Isn't https://github.com/arquillian/arquillian-container-weld/blob/master/pom.xml#L145 sufficient?

@johnament
Copy link
Member Author

No, its not. Take a look at https://github.com/hammock-project/hammock/blob/master/util-metrics/pom.xml#L87

I had to add JTA dependency to the pom to make the tests run. Without JTA, the tests don't even run (even though I'm not using JTA).

@tremes
Copy link
Contributor

tremes commented Aug 23, 2016

Does this #26 solve your issue please?

@tremes tremes closed this as completed Aug 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants