We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0f0fa commit fe105faCopy full SHA for fe105fa
2 files changed
pom.xml
@@ -23,7 +23,7 @@
23
24
<!-- DEPENDENCIES VERSION -->
25
<jdk.version>21</jdk.version>
26
- <cds.services.version>4.1.0</cds.services.version>
+ <cds.services.version>4.1.1</cds.services.version>
27
<cloud.sdk.version>5.20.0</cloud.sdk.version>
28
<xsuaa.version>3.6.0</xsuaa.version>
29
<cf-java-logging-support.version>3.8.5</cf-java-logging-support.version>
srv/pom.xml
@@ -17,13 +17,6 @@
17
<!-- ACTUAL DEPENDENCIES -->
18
<dependencies>
19
<!-- CDS DEPENDENCIES -->
20
- <dependency>
21
- <groupId>com.sap.cds</groupId>
22
- <artifactId>cds4j-runtime</artifactId>
- <version>4.1.1</version>
- <scope>runtime</scope>
- </dependency>
-
<dependency>
<groupId>com.sap.cds</groupId>
<artifactId>cds-starter-spring-boot</artifactId>
0 commit comments