Hello everyone,
I’m new to using OHDSI and I am trying to install the WebAPI to set up ATLAS. I’m doing this on a Linux-based server, but I’m facing some problems following the WebAPI Installation Guide.
After creating the settings.xml
file, I tried to run the following command:
mvn clean package -DskipUnitTests -DskipITtests -s WebAPIConfig/settings.xml -P webapi-postgresql
However, after running for a long time, I received a lot of errors, including:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:1.5.22.RELEASE …
[ERROR] ‘dependencies.dependency.version’ for org.springframework.boot:spring-boot-starter:jar is missing.
…
It appears there are issues with downloading dependencies, specifically related to the OHDSI repository.
Does anyone know how to resolve this error?
For more information on installation, you can refer to the WebAPI Installation Guide:
Thanks,
Manuel