Skip to content

Commit

Permalink
Add TODO for isJavaDependency check
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Nov 15, 2023
1 parent 3b37e40 commit b55b670
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ const DependencyVersionColumn = ({
}: {
appDependency: AnalysisAppDependency;
}) => {
// TODO: Revisit this check after https://github.com/konveyor/tackle2-addon-analyzer/pull/62
const isJavaDependency = name && version && sha && provider === "";

const mavenCentralLink = isJavaDependency
Expand Down

0 comments on commit b55b670

Please sign in to comment.