Skip to content

Commit

Permalink
jahia demo
Browse files Browse the repository at this point in the history
  • Loading branch information
houdini91 committed Dec 18, 2022
1 parent 2465778 commit 429f963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/pkg/cataloger/java/parse_pom_xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func parserPomXML(_ source.FileResolver, _ *generic.Environment, reader source.L
for _, dep := range pom.Dependencies {
p, err := newPackageFromPom(pom, dep, reader.Location)
if err != nil {
log.Debugf("Skipping package, Err: %s", err)
log.Debugf("Skipping package, Dep: %s, Err: %s", dep, err)
continue
}
if p.Name == "" {
Expand Down

0 comments on commit 429f963

Please sign in to comment.