jackrabbit icon indicating copy to clipboard operation
jackrabbit copied to clipboard

pom.xml changes for running FirstHop.java with jackrabbit 2.22.x

Open lmuppidi opened this issue 2 months ago • 10 comments

From examples, FirstHop doesn't work as is from GitHub when 2.22.x is installed. Made changes to pom.xml to address following issues

  1. JDK version
  2. Added dependency for missing jackrabbit-jcr-commons
  3. Added version for 1.7.36
  4. Added org.apache.derby version as 10.14.2.0 to address missing EmbeddedDriver class issue while running FirstHop.java using the command mvn exec:java -Dexec.mainClass="org.apache.jackrabbit.firsthops.FirstHop"

lmuppidi avatar Oct 13 '25 06:10 lmuppidi