-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
I experienced the same problem using Java 8, mvn 3.2. running AEM6.1 localhost:4502 |
I've got the same problem.. using java 7, mvn 3.x , running AEM 6.1 |
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. |
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:
|
Please try building with the latest master now. I believe I have completely eliminated the JTA dependency from the build. |
Could not deploy this tool as the jta dependency could not be found. Please update the dependency version the pom file.
The text was updated successfully, but these errors were encountered: