File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 55 "license" : " Apache License Version 2.0" ,
66 "repository" : " https://github.com/SAP-samples/cloud-cap-samples-java.git" ,
77 "devDependencies" : {
8- "@cap-js/postgres" : " ^1" ,
9- "@sap/cds" : " ^7"
8+ "@cap-js/postgres" : " ^1"
109 }
1110}
Original file line number Diff line number Diff line change 1616
1717 <!-- DEPENDENCIES VERSION -->
1818 <jdk .version>17</jdk .version>
19- <cds .services.version>2.10.1 </cds .services.version>
20- <spring .boot.version>3.2.6 </spring .boot.version>
19+ <cds .services.version>3.0.0 </cds .services.version>
20+ <spring .boot.version>3.3.1 </spring .boot.version>
2121 <cf-java-logging-support .version>3.8.3</cf-java-logging-support .version>
2222
23- <cds .cdsdk-version>7.9.4 </cds .cdsdk-version>
23+ <cds .cdsdk-version>8.0.2 </cds .cdsdk-version>
2424
2525 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2626 </properties >
Original file line number Diff line number Diff line change 160160 </goals >
161161 <configuration >
162162 <commands >
163- <command >build --for java --opts contentLocalizedEdmx=false </command >
163+ <command >build --for java</command >
164164 <command >deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn >
165165 srv/src/main/resources/db/changelog/dev/model.sql</command >
166166 <command >deploy --model-only --dry > srv/src/main/resources/db/changelog/dev/model.csn</command >
You can’t perform that action at this time.
0 commit comments