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 7513c36 commit 0b66426Copy full SHA for 0b66426
1 file changed
mta.yaml
@@ -18,6 +18,8 @@ modules:
18
SPRING_PROFILES_ACTIVE: cloud
19
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
20
JBP_CONFIG_SAP_MACHINE_JDK: '{ version: 25.+ }'
21
+ # Skip provided libraries (e.g. PostgreSQL driver) as they are already included in the Bookshop
22
+ # See: https://help.sap.com/docs/btp/sap-business-technology-platform/application-provided-library-components?locale=en-US&version=Cloud#jbp_skip_provided_library_components
23
JBP_SKIP_PROVIDED_LIBRARY_COMPONENTS: true
24
build-parameters:
25
builder: custom
0 commit comments