Skip to content

Commit 782e248

Browse files
authored
[Doc] Add SAP Cloud SDK version requirements (#160)
1 parent c971173 commit 782e248

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,21 @@ The SDK simplifies the setup and interaction with SAP AI Core, allowing you to f
3737

3838
## General Requirements
3939

40-
To use the SAP AI SDK for Java, the following general prerequisites must be met:
40+
To use the SDK in a Java application, it is necessary to understand the technical prerequisites and required versions for common dependencies.
4141

42-
- **Java Development Kit (JDK) 17** or higher installed.
43-
- **Apache Maven 3.9** or higher installed.
4442
- **SAP AI Core Service** enabled in your SAP BTP account.
4543
- [How to enable the AI Core service](https://help.sap.com/docs/sap-ai-core/sap-ai-core-service-guide/initial-setup)
4644
- **SAP AI Core Credentials** to access the AI Core service.
4745
- [Connecting to SAP AI Core](#connecting-to-sap-ai-core)
48-
- **(Optional) Spring Boot** version 3 or higher if you are using Spring Boot.
46+
47+
The following table lists the required versions, based on the latest release:
48+
49+
| Dependency | Minimum Version | Recommended Version |
50+
| --- | --- | --- |
51+
| JDK | 17 (LTS) | 21 (LTS) |
52+
| SAP Cloud SDK | 5.6.0 | latest |
53+
| (optional) CAP Java | 3.0.0 | latest |
54+
| (optional) Spring Boot | 3.0 | latest |
4955

5056
See [an example `pom.xml` in our Spring Boot application](sample-code/spring-app/pom.xml).
5157

0 commit comments

Comments
 (0)