is this still needed?

2008-01-31 Thread Jarek Gawor
Just noticed the following in DefaultArtifactResolver.java: if (list.isEmpty()) { if (xbean-naming.equals(working.getArtifactId())) { return new Artifact(org.apache.xbean, xbean-naming, 2.8, jar); } else { return

Re: is this still needed?

2008-01-31 Thread David Jencks
I doubt it very much since we don't include that artifact anytime we resolved to the hardcoded version we should get an exception. What happens if you take it out? david jencks On Jan 31, 2008, at 11:01 PM, Jarek Gawor wrote: Just noticed the following in DefaultArtifactResolver.java: