adapter.xml: Finally fix deserialization of empty <qualifier> tags
Compare changes
Aufgrund von sicherheitskritischen Patches müssen git.rwth-aachen.de & git-ce.rwth-aachen.de zwischen 15:00 und 16:00 Uhr einem Update unterzogen werden. In der Zeit ist GitLab nur eingeschränkt erreichbar. // Due to severe security patches git.rwth-aachen.de & git-ce.rwth-aachen.de must be upgraded. This will happen today from 15 to 16 am. GitLab will temporarilly unavailable.
Empty qualifier tags are allowed per the XSD schema and a frequently used in XML documents created by the AASX Package Explorer (i.a. in AASX package files).
Follow up to 516bf1e7, which tried to fix this, but only replaced the KeyError with an IndexError. Fixes #132 (closed)