2006/3/8, anita kulshreshtha <[EMAIL PROTECTED]>: > Jacek, > In my .m2 repo two xmlbeans jars are present > xbean-2.0.0.jar and xbean-2.0.0-beta1.jar, whereas > .maven repo only has xbean-2.0.0.jar. Where is the > other jar coming from? Do you also have two versions > of this jar in your repo?
I don't know, but taking the transitive dependency feature of M2 into account I'm not very surprised to see it. If you're sure we don't need it, you can easily exclude it from the dependency section that gets it included/downloaded. You can follow how xmlbeans jsr173 jar is excluded since it's not in the Maven repo(s). Apart from it, I think we'll have to revise the module dependencies since they cause them to be so huge and very hard to (re)use in other dependent projects. Will get to it later if it doesn't incur any troubles along the way. > Anita Jacek -- Jacek Laskowski http://www.laskowski.org.pl
