jackrabbit
jackrabbit copied to clipboard
pom.xml changes for running FirstHop.java with jackrabbit 2.22.x
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
- JDK version
- Added dependency for missing jackrabbit-jcr-commons
- Added version for
1.7.36 - 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"