Lucene: surprised it isn't there already ;-) http://jakarta.apache.org/lucene/
Odmg: Needed for Hibernate. http://www.odmg.org/odmg/downloads.htm Inside the odmg zip there are 2 different jar files. One that works with JDK1.1, and one that works with JDK1.2. I suggest you upload both, and name them as follows: odmg-3.0.jar odmg-jdk1.1-3.0.jar Very few people will need the last one, but since there are two, ibiblio might as well have both. Those who need the jdk1.1 version can then do <dependency> <id>odmg:jdk1.1</id> <version>3.0</version> </dependency> Cheers, Aslak -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
