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

Update to latest transaction extension #102

Open
rmpestano opened this issue Jul 3, 2018 · 0 comments
Open

Update to latest transaction extension #102

rmpestano opened this issue Jul 3, 2018 · 0 comments

Comments

@rmpestano
Copy link

Due to arquillian/arquillian-extension-transaction#14 we can't use APE and client tests like Drone/Graphene on the same project. One need to replace transaction-extension brought by APE by latest one, like below:

 <dependency>
            <groupId>org.arquillian.universe</groupId>
            <artifactId>arquillian-persistence</artifactId>
            <type>pom</type>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.jboss.arquillian.extension</groupId>
            <artifactId>arquillian-transaction-jta</artifactId>
            <version>1.0.5</version>
            <scope>test</scope>
        </dependency>

It would be nice if APE brought latest transaction extension by default.

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

1 participant