Maven missing JTA artifact
When you get in Maven:
Missing indirectly referenced artifact javax.transaction:jta:jar:1.0.1B:compile
the solution is to download “Class Files 1.0.1B” from http://java.sun.com/javaee/technologies/jta/index.jsp and then do:
mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar
I just wanted to say you that this how to really helped me so much. Keep the good job on!
Although your version works perfectly well, you can also add a repository to your pom.xml file:
thanks. This was very helpful.
Thanks this was helpful.
merci beaucoup pour cette information, ça m’a aidé
Thank you, and also thank you reidar :)
Thanks, i follow both solutions.
I tried to access the http://agilejava.com/maven/ repo, but I got an HTTP error.
However, when I add the Java.net repo to my repo list, it works: