HomeSoftware Heritage

maven: Use BeautifulSoup instead of xmltodict for parsing pom files

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

maven: Use BeautifulSoup instead of xmltodict for parsing pom files

xmltodict cannot parse POM files with multi-byte encoding so prefer to
use the XML parser of BeautifulSoup based on lxml instead.

Also drop xmltodict requirement as it is no longer used in swh-lister
codebase.

Details

Provenance
anlambertAuthored on Aug 8 2022, 4:30 PM
anlambertPushed on Aug 9 2022, 11:45 AM
Differential Revision
D8217: maven: Use BeautifulSoup instead of xmltodict for parsing pom files
Build Status
Buildable 30720
Build 48031: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.