Suggested fix: Add the following dependency to the parent pom.xml:
<dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.1</version> <scope>test</scope> </dependency>