fhir-bridge icon indicating copy to clipboard operation
fhir-bridge copied to clipboard

Build from develop not working

Open ppazos opened this issue 4 years ago • 0 comments

Steps to reproduce

$ mvn clean install

Actual result

[ERROR] Failed to execute goal on project fhir-bridge: Could not resolve dependencies for project org.ehrbase.fhirbridge:fhir-bridge:jar:1.5.0-SNAPSHOT: Could not find artifact com.github.jsonld-java.jsonld-java:jsonld-java:bundle:0.13.3 in jitpack.io (https://jitpack.io) -> [Help 1]

I have deleted the dependency from the .m2 cache, and the build re-downloaded it, but still receiving the same error.

Expected result

Correct build.

Success criteria

  • [ ] The defect has been fixed
  • [ ] The defect is checked by an unit or an integration test (Robot)
  • [ ] Merge Request approved
  • [ ] Unit tests passed
  • [ ] Build without errors
  • [ ] Release notes prepared
  • [ ] Runtime warnings

ppazos avatar Mar 04 '22 16:03 ppazos