I ran across the following gem in DefaultArtifactResolver. Anybody know why it's there?

            if (list.isEmpty()) {
                if ("xbean-naming".equals(working.getArtifactId())) {
return new Artifact("org.apache.xbean", "xbean- naming", "2.8", "jar");
                } else {
                    return null;
                }
            }

--kevan

Reply via email to