AEM: 6.5.12JGIT:6.1.0JavaEWAH:1.1.2 I am trying to embed JGit dependency
to my pom.xml. org.eclipse.jgit
org.eclipse.jgitby adding
someAnotherDependency,org.eclipse.jgit;scope=compile|runtimeThis
resulted another dependency not resolving which is
com.googlecode.javaewah
JavaEWAH which is something JGIT
required. So added it to embed dependency as
wellsomeOtherDependency,org.eclipse.jgit,JavaEWAH;scope=compile|runtime
When I added these two I got another dependency issuethe error on this
one is n...