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.
This commit is contained in:
parent
d51bce0a1c
commit
cee6bcb514
5 changed files with 807 additions and 13 deletions
|
@ -5,6 +5,5 @@ iso8601
|
|||
beautifulsoup4
|
||||
launchpadlib
|
||||
tenacity >= 6.2
|
||||
xmltodict
|
||||
lxml
|
||||
dulwich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue