0

从GitHub导入项目后,得到maven依赖错误

Following the S4HANA Cloud SDK SAP Press book exercises. After importing the project into intellij IDE, it thorows maven dependency errors.  Here are the steps-
1. Download the project to do unit test. Link: https://github.com/SAP/cloud-s4-sdk-book/tree/course/2_5_testing
2. Imported the project into IntelliJIDE 
3. Renamed the folder to address-manager (from cloud-s4-sdk-book-course-2_5_testing)
4. After importing went to the folder address-manager --> unit-tests --> src ---> test --> java --> com.sap.cloud.s4hana.examples.addressmgr --> commands --> GetAllBusinessPartnersCommandTest

在此之后,只要我们现在打开命令,就会得到这些依赖错误所有的代码,如 google、sdk 等都变红并且无法识别。

4

1 回答 1

0

提到的工件可在此处获得。因此,您要么遇到设置问题,要么遇到连接问题。

请确保:

  • 您的 POM 文件不包含任何语法错误
  • 您可以连接到 Maven Central(您可能需要检查您的代理设置)

我还建议查阅 Maven 文档以获取更多帮助: https ://maven.apache.org/guides/

最后,请务必使用最新的 SDK 版本。

于 2019-05-28T07:40:05.897 回答