You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| SA SOP | Y | Y | Y | Secure Acceptance Silent Order Post |
256
256
| Flex Microform v.0.11 | Y | Y | N | Secure field - PCI compliant |
@@ -322,12 +322,12 @@ The following components are required:
322
322
323
323
#### Description <!-- omit in toc -->
324
324
325
-
The following dependency at the moment cannot be retrieved using Maven dependency resolution mechanism "hybris/bin/isvpayment/lib/isv-payment-api-3.0.3.jar". Rest of dependencies can be managed by Maven as those are external and available in Maven central
325
+
The following dependency at the moment cannot be retrieved using Maven dependency resolution mechanism "hybris/bin/isvpayment/lib/isv-payment-api-3.0.4.jar". Rest of dependencies can be managed by Maven as those are external and available in Maven central
326
326
327
327
Following errors will be thrown during SAP Commerce build:
328
328
329
329
```text
330
-
[artifact:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal on project isvpayment: Could not resolve dependencies for project isv.sap.payment:isvpayment:jar:3.0.3: Could not find artifact isv.payment.cjl:isv-payment-api:jar:3.0.3 in central.mirror (https://repo.maven.apache.org/maven2) -> [Help 1]
330
+
[artifact:mvn] [main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal on project isvpayment: Could not resolve dependencies for project isv.sap.payment:isvpayment:jar:3.0.4: Could not find artifact isv.payment.cjl:isv-payment-api:jar:3.0.4 in central.mirror (https://repo.maven.apache.org/maven2) -> [Help 1]
331
331
```
332
332
333
333
#### Solution <!-- omit in toc -->
@@ -337,10 +337,10 @@ The "isvpayment" extension comes with all the library binaries included in "hybr
337
337
As a quick local build solution the dependency can be installed in local maven repository and retrieved as a cached dependency as per <https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html>.
Another quick and rather non-conventional solution would also be just removing or renaming the following file: "hybris/bin/isvpayment/external-dependencies.xml". Another option would be creating "hybris/bin/isvpayment/unmanaged-dependencies.txt" file which can be used to list those JARs (dependencies) which should be ignored by Maven. You might want to ignore "isv-payment-api-3.0.3.jar".
343
+
Another quick and rather non-conventional solution would also be just removing or renaming the following file: "hybris/bin/isvpayment/external-dependencies.xml". Another option would be creating "hybris/bin/isvpayment/unmanaged-dependencies.txt" file which can be used to list those JARs (dependencies) which should be ignored by Maven. You might want to ignore "isv-payment-api-3.0.4.jar".
344
344
345
345
>  According to SAP documentation: The ant updateMavenDependencies task deletes all *.jar files from the lib folder by default. Only libraries listed in unmanaged-dependencies.txt files are not deleted.
0 commit comments