我们的项目启用了 Cloud SDK Pipeline。根据拉取请求,触发了来自 Pipeline 的 pr 作业,并尝试使用从以下网址下载的工件进行构建:https ://repo.maven.apache.org/maven2 。但是,该项目的某些依赖项在该存储库中不可用。我们希望默认连接到 Nexus 存储库,因为所有依赖项都在那里可用。是否可以以这种方式配置 docker?
12:46:45 [错误] 无法解析的导入 POM:找不到工件 com.sap.sgs:security-patched-spring-boot-dependencies:pom:2.1.7.RELEASE-sap-06 在中央(https: //repo.maven.apache.org/maven2 ) @ 第 28 行,第 22 列
12:46:45 [错误] org.springframework.boot:spring-boot-starter-test:jar 的“dependencies.dependency.version”缺失。@ 第 183 行,第 19 列
12:46:45 [错误] org.springframework.boot:spring-boot-starter-actuator:jar 的“dependencies.dependency.version”丢失。@ 第 187 行,第 19 列
12:46:45 [错误] org.springframework.boot:spring-boot-starter-aop:jar 的“dependencies.dependency.version”丢失。@ 第 191 行,第 19 列