Hello,
I am not able to download Camunda dependencies in IntelliJ.
See below the errors I am having:
"C:\Program Files\Java\jdk-10\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\Camunda\bpm\cam-engine "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\lib\idea_rt.jar=17467:C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3 clean
[INFO] Scanning for projectsā¦
Downloading: https://app.camunda.com/nexus/content/groups/public/org/camunda/bpm/camunda-bom/7.9.0/camunda-bom-7.9.0.pom
Downloading: https://repo.maven.apache.org/maven2/org/camunda/bpm/camunda-bom/7.9.0/camunda-bom-7.9.0.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.0.6.RELEASE from/to camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public): Connect to app.camunda.com:443 [app.camunda.com/91.109.21.93] failed: Connection timed out: connect @ line 21, column 25
[ERROR] Non-resolvable import POM: Could not transfer artifact org.camunda.bpm:camunda-bom:pom:7.9.0 from/to camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public): Connect to app.camunda.com:443 [app.camunda.com/91.109.21.93] failed: Connection timed out: connect @ line 29, column 25
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-actuator:jar is missing. @ line 40, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 44, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-webflux:jar is missing. @ line 49, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework:spring-webflux:jar is missing. @ line 54, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-data-jpa:jar is missing. @ line 65, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-devtools:jar is missing. @ line 135, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-jdbc:jar is missing. @ line 142, column 21
[ERROR] ādependencies.dependency.versionā for com.h2database:h2:jar is missing. @ line 147, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-thymeleaf:jar is missing. @ line 208, column 21
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.camunda.bpm.getstarted:camunda-application:1.0-SNAPSHOT (C:\Camunda\bpm\cam-engine\pom.xml) has 11 errors
[ERROR] Non-resolvable import POM: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.0.6.RELEASE from/to camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public): Connect to app.camunda.com:443 [app.camunda.com/91.109.21.93] failed: Connection timed out: connect @ line 21, column 25 -> [Help 2]
[ERROR] Non-resolvable import POM: Could not transfer artifact org.camunda.bpm:camunda-bom:pom:7.9.0 from/to camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public): Connect to app.camunda.com:443 [app.camunda.com/91.109.21.93] failed: Connection timed out: connect @ line 29, column 25 -> [Help 2]
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-actuator:jar is missing. @ line 40, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-web:jar is missing. @ line 44, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-webflux:jar is missing. @ line 49, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework:spring-webflux:jar is missing. @ line 54, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-data-jpa:jar is missing. @ line 65, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-devtools:jar is missing. @ line 135, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-jdbc:jar is missing. @ line 142, column 21
[ERROR] ādependencies.dependency.versionā for com.h2database:h2:jar is missing. @ line 147, column 21
[ERROR] ādependencies.dependency.versionā for org.springframework.boot:spring-boot-starter-thymeleaf:jar is missing. @ line 208, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] ProjectBuildingException - Apache Maven - Apache Software Foundation
[ERROR] [Help 2] UnresolvableModelException - Apache Maven - Apache Software Foundation
Process finished with exit code 1