Skip to content

Commit

Permalink
Use CAP Java 3.0 ... (#344)
Browse files Browse the repository at this point in the history
and:
- @sap/[email protected]
- spring-boot 3.3.1
  • Loading branch information
mofterdinger authored Jul 17, 2024
1 parent 4a2b539 commit ec3774a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "Apache License Version 2.0",
"repository": "https://github.com/SAP-samples/cloud-cap-samples-java.git",
"devDependencies": {
"@cap-js/postgres": "^1",
"@sap/cds": "^7"
"@cap-js/postgres": "^1"
}
}
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

<!-- DEPENDENCIES VERSION -->
<jdk.version>17</jdk.version>
<cds.services.version>2.10.1</cds.services.version>
<spring.boot.version>3.2.6</spring.boot.version>
<cds.services.version>3.0.0</cds.services.version>
<spring.boot.version>3.3.1</spring.boot.version>
<cf-java-logging-support.version>3.8.3</cf-java-logging-support.version>

<cds.cdsdk-version>7.9.4</cds.cdsdk-version>
<cds.cdsdk-version>8.0.2</cds.cdsdk-version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</goals>
<configuration>
<commands>
<command>build --for java --opts contentLocalizedEdmx=false</command>
<command>build --for java</command>
<command>deploy --profile pg --dry --delta-from srv/src/main/resources/db/changelog/v2/model.csn >
srv/src/main/resources/db/changelog/dev/model.sql</command>
<command>deploy --model-only --dry > srv/src/main/resources/db/changelog/dev/model.csn</command>
Expand Down

0 comments on commit ec3774a

Please sign in to comment.