Skip to content

Commit 0b66426

Browse files
mofterdingerCopilot
andcommitted
Add comments to clarify skipping provided libraries in mta.yaml
Co-authored-by: Copilot <copilot@github.com>
1 parent 7513c36 commit 0b66426

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ modules:
1818
SPRING_PROFILES_ACTIVE: cloud
1919
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jdk.SAPMachineJDK']"
2020
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
2123
JBP_SKIP_PROVIDED_LIBRARY_COMPONENTS: true
2224
build-parameters:
2325
builder: custom

0 commit comments

Comments
 (0)