Skip to content

Commit

Permalink
Removing redundancy component dependency type from description since …
Browse files Browse the repository at this point in the history
…it's in impact as well

Removing redundancy component dependency type from description since it's in impact as well
  • Loading branch information
testaccount90009 committed Dec 10, 2024
1 parent 122fbbc commit 9ab5fbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dojo/tools/mend/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ def _build_common_output(node, lib_name=None):
+ "**Library Type**: "
+ node["component"].get("libraryType", "")
+ "\n"
+ "**Direct or Transitive Dependency**: "
+ node["component"].get("dependencyType", "")
+ "\n"
)
lib_name = node["component"].get("name")
component_name = node["component"].get("artifactId")
Expand Down

0 comments on commit 9ab5fbb

Please sign in to comment.