javax.transaction:jta:jar:1.0.1B
Maven is complaining that it cannot find the javax.transaction:jta:jar:1.0.1B when trying to use Hibernate. This file is not in mvn repository. Probarbly because of the lisence and needs to be downloaded manually and added to the local repository.
Download it from here
mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=javax.transaction \
-DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar









