Hello team, as part of OAK-2035 I had to copy some "helpers" from oak-core to oak-jcr. I was in a hurry so I copied oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/util/ValuePathTuple.java and some functions I pasted in OrderedIndexIT.java.
Now I was thinking what would be a proper way to share, for testing only, some classes/methods across multiple projects: in the case above oak-core and oak-jcr? Cheers Davide
