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 d3b7df0 commit 8e0f0faCopy full SHA for 8e0f0fa
srv/pom.xml
@@ -17,6 +17,13 @@
17
<!-- ACTUAL DEPENDENCIES -->
18
<dependencies>
19
<!-- CDS DEPENDENCIES -->
20
+ <dependency>
21
+ <groupId>com.sap.cds</groupId>
22
+ <artifactId>cds4j-runtime</artifactId>
23
+ <version>4.1.1</version>
24
+ <scope>runtime</scope>
25
+ </dependency>
26
+
27
<dependency>
28
<groupId>com.sap.cds</groupId>
29
<artifactId>cds-starter-spring-boot</artifactId>
0 commit comments