-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from snyk/fix/dep_version_detection
fix: improve ver detection logic in dep tree, support diff len of attr
- Loading branch information
Showing
3 changed files
with
44 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[INFO] Scanning for projects... | ||
[INFO] | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] Building Spring Boot Quartz Starter 2.0.0.BUILD-SNAPSHOT | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] | ||
[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ spring-boot-starter-quartz --- | ||
[INFO] digraph "com.snyk.platform:tester-service:jar:4.0.5-SNAPSHOT" { | ||
[INFO] "com.snyk.platform:tester-service:jar:4.0.5-SNAPSHOT" -> "com.snyk.tester:tester-queue:jar:15.0.0:compile" ; | ||
[INFO] "com.snyk.platform:tester-service:jar:4.0.5-SNAPSHOT" -> "com.snyk.tester:tester-queue:test-jar:tests:15.0.0:test" ; | ||
[INFO] } | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] BUILD SUCCESS | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] Total time: 1.956 s | ||
[INFO] Finished at: 2017-06-19T14:28:14+03:00 | ||
[INFO] Final Memory: 23M/331M | ||
[INFO] ------------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters