International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Maven needs HTTPS URLs #78

Closed SebastianOpriel closed 2 years ago

SebastianOpriel commented 2 years ago

https://github.com/International-Data-Spaces-Association/metadata-broker-open-core/blob/ff1e584e7ed996b094bde3c3dc4bf6c470d6bb24/pom.xml#L41

Maven needs encrypted connections via https: <url>https://maven.iais.fraunhofer.de/artifactory/eis-ids-public</url>

SebastianOpriel commented 2 years ago

Maven declines http repos since April 2021: https://maven.apache.org/docs/3.8.1/release-notes.html

sebbader commented 2 years ago

Hi @SebastianOpriel , I have merged your PR and therefore close the issue. Thanks for reporting!