Hi, On 10/9/07, Steven Githens <[EMAIL PROTECTED]> wrote: > I should checked both first... :) > > I can't seem to find the ones for Maven 1. Is this the correct location: > > http://repo1.maven.org/maven/org.apache.jackrabbit/jars/ > > I don't see anything above 1.1.1?
That's because the artifacts are really only located in the Maven 2 repository, but there are a set of clever redirects that make them available also for Maven 1 clients. So while you can use the recent Jackrabbit artiracts as dependencies in Maven 1, but you can only browse the artifacts in the Maven 2 repository. Try for example http://repo1.maven.org/maven/org.apache.jackrabbit/jars/jackrabbit-core-1.3.3.jar BR, Jukka Zitting
