adamcin / net.adamcin.recap

Recap - rsync for Adobe Granite
http://adamcin.net/net.adamcin.recap
16 stars 15 forks source link

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

Open kunalgaba opened 9 years ago

kunalgaba commented 9 years ago

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

cmrockwell commented 8 years ago

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

apiltamang commented 8 years ago

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

ronnyfm commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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