aeternity / aesophia_http

ISC License
6 stars 9 forks source link

Dependency on dead maven URL #126

Closed nikita-fuchs closed 7 months ago

nikita-fuchs commented 1 year ago

When the makefile is ran, swagger codegen cli is being fetched from a dead maven URL:

=> ERROR [builder 3/3] RUN cd /app && make prod-build                                                                                                                                                                                   0.4s
------
 > [builder 3/3] RUN cd /app && make prod-build:
#0 0.254 curl -fsS --create-dirs -o swagger/swagger-codegen-cli-2.3.1.jar http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar
#0 0.292 curl: (6) Could not resolve host: central.maven.org

from googling it 5 minutes, it seems like central.maven.org was sunset or so.

hanssv commented 10 months ago

As far as I can see this was fixed in #57 (almost four years ago) - not sure how you managed to run into this now?