jcabi / jcabi-aether

Wrapper of Sonatype Aether
http://aether.jcabi.com/
Other
64 stars 33 forks source link

why i can not get dependencies by use jcabi.aether? #94

Open zdghit opened 7 years ago

zdghit commented 7 years ago

I use like this:

        Collection<Artifact> deps = new Aether(remotes, local).resolve(
                    new DefaultArtifact(
                            "com.baidu.fengchao.thunder:thunder-parent:pom:1.0.0-SNAPSHOT"
                     ),  JavaScopes.RUNTIME
                   );

here is my repository,why can not get dependencies? Because there is not a thunder.parent.jar ? but i want to read pom infos.

image

dmarkov commented 7 years ago

@yegor256 please dispatch this issue

yegor256 commented 7 years ago

@zdghit what exactly is the problem? What exception you're getting?