deegree/deegree-ogcapi

Build dependency repository not available

Closed this issue · 2 comments

Describe the bug
Build is failing because repository public-ogcapi referenced here seems to be not available.
Is this a temporary issue (e.g. related to maintenance)? Or is this repository no longer available?

To Reproduce
Steps to reproduce the behavior

  1. Run build with Maven, e.g. mvn install -DskipTests=true

Expected behavior
The repository for the build dependencies should be available.

Screenshots

Screenshot from 2023-03-10 09-54-46

Additional context
I tried using the "public" repository instead, which works in finding the related dependencies, but it seems those are not up-to-date with what the ogcapi project needs, since then the build complains about a missing class org.deegree.services.config.ApiKey which cannot be found in the current deegree3 main branch.
What version/branch of deegree is used as source for the ogcapi dependencies?

tfr42 commented

Hi @stempler,
I've reworked the access privileges for the anonymous user in repo.deegree.org. The public-ogcapi repo should be accessible now.
For your information, we have two separate build jobs configured to build deegree OGC API:

Thanks a lot @tfr42 for the quick reaction and fix!