File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 2020 <artifactId >cds-starter-spring-boot</artifactId >
2121 </dependency >
2222
23+ <dependency >
24+ <groupId >com.sap.cds</groupId >
25+ <artifactId >cds-starter-cloudfoundry</artifactId >
26+ <scope >runtime</scope >
27+ </dependency >
28+
2329 <dependency >
2430 <groupId >com.sap.cds</groupId >
2531 <artifactId >cds-adapter-odata-v4</artifactId >
3844 <scope >runtime</scope >
3945 </dependency >
4046
47+ <dependency >
48+ <groupId >org.springframework.boot</groupId >
49+ <artifactId >spring-boot-starter-actuator</artifactId >
50+ <scope >runtime</scope >
51+ </dependency >
52+
4153 <dependency >
4254 <groupId >org.springframework.boot</groupId >
4355 <artifactId >spring-boot-devtools</artifactId >
4961 <artifactId >spring-boot-starter-test</artifactId >
5062 <scope >test</scope >
5163 </dependency >
52-
53- <dependency >
54- <groupId >com.sap.cds</groupId >
55- <artifactId >cds-starter-cloudfoundry</artifactId >
56- <scope >runtime</scope >
57- </dependency >
58-
59- <dependency >
60- <groupId >org.springframework.boot</groupId >
61- <artifactId >spring-boot-starter-actuator</artifactId >
62- <scope >runtime</scope >
63- </dependency >
6464 </dependencies >
6565
6666 <build >
154154 </plugins >
155155 </build >
156156
157- </project >
157+ </project >
You can’t perform that action at this time.
0 commit comments