ferstl / depgraph-maven-plugin

A Maven plugin that generates dependency graphs in various formats (DOT, GML, PlantUML, JSON and Text)
Apache License 2.0
554 stars 84 forks source link

Wrong versions will not be flagged #181

Open fireflyingup opened 5 months ago

fireflyingup commented 5 months ago

If I have a wrong version such as 1.2.14.100(not exist), but it won't tell me this error, will it be improved? { "id" : "com.alibaba:druid-spring-boot-starter:jar", "numericId" : 43, "groupId" : "com.alibaba", "artifactId" : "druid-spring-boot-starter", "version" : "1.2.14.100", "optional" : false, "scopes" : [ "compile" ], "types" : [ "jar" ] }

ferstl commented 5 months ago

Hi, Can you give me a few more details or an example, what is not working? As far as I understand you, you have a dependency in a version that does not exist. Correct? What is the behavior now and what do you expect it to be?

Cheers, Stefan