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

Missing dependency javax.transaction:jta:jar:1.0.1B in Maven Central repo #9

Open
kunalgaba opened this issue Jul 7, 2015 · 5 comments

Comments

@kunalgaba
Copy link

Could not deploy this tool as the jta dependency could not be found. Please update the dependency version the pom file.

@cmrockwell
Copy link

I experienced the same problem using Java 8, mvn 3.2. running AEM6.1 localhost:4502

@apiltamang
Copy link

I've got the same problem.. using java 7, mvn 3.x , running AEM 6.1

@ronnyfm
Copy link

ronnyfm commented Sep 19, 2016

AEM 6.1, Maven 3.3.9, Java 8, same error: Could not find artifact javax.transaction:jta:jar:1.0.1B. Does anyone knows how to solve the issue? I guess a custom settings.xml in .m2 should be a temporary fix.

@ronnyfm
Copy link

ronnyfm commented Sep 19, 2016

The JAR is hard to find, found it here: http://download.osgeo.org/webdav/geotools/javax/transaction/jta/1.0.1B/ and installed locally using:

> mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar -Dfile=jta-1.0.1B.jar

@adamcin
Copy link
Owner

adamcin commented Sep 20, 2016

Please try building with the latest master now. I believe I have completely eliminated the JTA dependency from the build.

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

5 participants