Daniel Fagerstrom wrote: > > <repositories> > <!-- Apache specific maven repositories available to all blocks --> > <repository> > <id>apache-cvs</id> > <name>Apache CVS Repository</name> > <url>http://cvs.apache.org/repository</url> > <layout>legacy</layout> > </repository> > </repositories> >
ugh that makes total sense. I had these libs in my local repo already that's why i didn't spot it. I'll fix this now. Note to self: build with a __clean__ local repo to make sure *everything* is downloadable. Jorg
