Describe the bug
As mentioned in #678 and #679, it is currently not possible to build the DSC with the latest maven version. This is due to maven not accepting HTTP urls since version 3.6. Furthermore, the version of the eis-ids repositories we are currently importing use HTTP. See the screenshot below:

This breaks the pipeline, since github is currently using maven 3.9 for the actions. (See actions/runner-images#7216)
Local Fix
It is still possible to build the DSC locally when using maven 3.6.
Pipeline Fix Ideas
This would possibly be fixed if we upgraded to the latest eis-ids version, but this would require changes in DSC code.
By adding maven mirros (#681) I get a connection timed out message.
