Skip to content

Commit dc337d1

Browse files
committed
Updated isv-payment-api jar version.
1 parent 965431a commit dc337d1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

documentation/sap-commerce.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ More details on SAP Commerce accelerators: <https://help.sap.com/viewer/4c33bf18
250250

251251
As part of reference functionality, the following features are supported:
252252

253-
| Feature | CJL 3.0.3 | SAP B2C | SAP B2B | Description |
253+
| Feature | CJL 3.0.4 | SAP B2C | SAP B2B | Description |
254254
|---------------------------------------------|-----------|---------|---------|-----------------------------------------------------|
255255
| SA SOP | Y | Y | Y | Secure Acceptance Silent Order Post |
256256
| Flex Microform v.0.11 | Y | Y | N | Secure field - PCI compliant |
@@ -322,12 +322,12 @@ The following components are required:
322322

323323
#### Description <!-- omit in toc -->
324324

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
326326

327327
Following errors will be thrown during SAP Commerce build:
328328

329329
```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]
331331
```
332332

333333
#### Solution <!-- omit in toc -->
@@ -337,10 +337,10 @@ The "isvpayment" extension comes with all the library binaries included in "hybr
337337
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>.
338338

339339
```text
340-
$mvn install:install-file -Dfile=isv-payment-api-3.0.3.jar -DgroupId=isv.payment.cjl -DartifactId=isv-payment-api -Dversion=3.0.3 -Dpackaging=jar
340+
$mvn install:install-file -Dfile=isv-payment-api-3.0.4.jar -DgroupId=isv.payment.cjl -DartifactId=isv-payment-api -Dversion=3.0.4 -Dpackaging=jar
341341
```
342342

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.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".
344344

345345
> ![Note](images/note.jpg) 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.
346346
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
isv-payment-api-3.0.3.jar
1+
isv-payment-api-3.0.4.jar
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
isv-payment-api-3.0.3.jar
1+
isv-payment-api-3.0.4.jar

0 commit comments

Comments
 (0)